diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-03-24 23:42:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:28 +0700 |
commit | ea37827d5e3c7ef020dfba105f5bbcd95c06a130 (patch) | |
tree | 028bd95df6056e046ddb538c5d6285d40c60e98c /games/Gearboy/README | |
parent | c7c801993b06fb432dd41b9140eb692b7dbed5c1 (diff) | |
download | slackbuilds-ea37827d5e3c7ef020dfba105f5bbcd95c06a130.tar.gz |
games/Gearboy: Added (Nintendo Game Boy / GameBoy Color emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/Gearboy/README')
-rw-r--r-- | games/Gearboy/README | 12 |
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 |