aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 12 deletions
diff --git a/development/libretro-samples/README b/development/libretro-samples/README
deleted file mode 100644
index dfdcd42ee63a8..0000000000000
--- a/development/libretro-samples/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.