summaryrefslogtreecommitdiff
path: root/development/libretro-samples/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-09-23 05:34:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-23 05:34:35 +0700
commitc42786440315857927fb24e88add9b682b856e78 (patch)
tree8a16ebd07e3fefaa2cf5e4567fa42358aba2bc33 /development/libretro-samples/README
parent46bf7a2fc34007e55bdc8c67e2b7b5d0593b6ead (diff)
downloadslackbuilds-c42786440315857927fb24e88add9b682b856e78.tar.gz
development/libretro-samples: Added (libretro API samples).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.