summaryrefslogtreecommitdiff
path: root/development/libretro-samples/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/libretro-samples/README')
-rw-r--r--development/libretro-samples/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/libretro-samples/README b/development/libretro-samples/README
new file mode 100644
index 0000000000..dfdcd42ee6
--- /dev/null
+++ b/development/libretro-samples/README
@@ -0,0 +1,12 @@
+A set of samples to illustrate the libretro API.
+
+The Vulkan sample cores can be optionally installed. This will require both a
+video card and driver that support Vulkan, but Slackware does not yet provide
+any Vulkan support, so providing the correct build environment is up to you.
+To build with Vulkan use:
+ VULKAN=1 ./libretro-samples.SlackBuild
+
+To build the debugging symbols use:
+ DEBUG=1 ./libretro-samples.SlackBuild
+
+fpc is an optional dependency for the pascal_pong_libretro core.