aboutsummaryrefslogtreecommitdiff
path: root/games/Gearboy/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/Gearboy/README')
-rw-r--r--games/Gearboy/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/Gearboy/README b/games/Gearboy/README
new file mode 100644
index 0000000000..ec59a97ff6
--- /dev/null
+++ b/games/Gearboy/README
@@ -0,0 +1,12 @@
+Gearboy is a Nintendo Game Boy / GameBoy Color emulator written in C++.
+
+Optional dependencies:
+ qt5, RetroArch and SDL2
+
+At least some of the optional dependencies will be required to use
+Gearboy. If qt5 and SDL2 are not installed the standalone frontend
+will not be built and only the libretro core will be built. RetroArch
+will be required to run the libretro core in this case.
+
+To build the debugging symbols for the libretro core use:
+ DEBUG=1 ./Gearboy.SlackBuild