summaryrefslogtreecommitdiff
path: root/games/mupen64plus-libretro/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-08-01 12:11:08 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:41 +0100
commit7740b4c03fb176b44b3a563b1023e89a17611bc7 (patch)
tree11d62afd5dafd92d05af3b92b18b57e3550c7418 /games/mupen64plus-libretro/README
parentb39028417a19017a2af74110d15f76748873f691 (diff)
downloadslackbuilds-7740b4c03fb176b44b3a563b1023e89a17611bc7.tar.gz
games/mupen64plus-libretro: Added (libretro port of Mupen64 Plus).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/mupen64plus-libretro/README')
-rw-r--r--games/mupen64plus-libretro/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/mupen64plus-libretro/README b/games/mupen64plus-libretro/README
new file mode 100644
index 0000000000..e0313bbe1a
--- /dev/null
+++ b/games/mupen64plus-libretro/README
@@ -0,0 +1,11 @@
+Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of
+accurately playing many games.
+
+Vulkan can be used instead of opengl. This will require both a video card and
+driver that support it, 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 ./mupen64plus.SlackBuild
+
+To build the debugging symbols use:
+ DEBUG=1 ./mupen64plus-libretro.SlackBuild