summaryrefslogtreecommitdiffstats
path: root/development/libretro-samples/README
blob: dfdcd42ee63a8c3726d71c3f07dda92246583221 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.