diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-04-12 01:15:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:29 +0700 |
commit | 5f09f28f9323400beed499d835da44cbbb4e03fe (patch) | |
tree | 89124c584f7da0b315eede71a93c3beb5988d146 /games/Gearsystem/README | |
parent | 937451c315844b8ca80a51b1efe397fcd08e0921 (diff) |
games/Gearsystem: Added (Sega Master System / Game Gear Emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/Gearsystem/README')
-rw-r--r-- | games/Gearsystem/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/Gearsystem/README b/games/Gearsystem/README new file mode 100644 index 0000000000..820b8bd698 --- /dev/null +++ b/games/Gearsystem/README @@ -0,0 +1,12 @@ +Gearsystem is a Sega Master System / Game Gear emulator written in C++. + +Optional dependencies: + qt5, RetroArch and SDL2 + +At least some of the optional dependencies will be required to use +Gearsystem. 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 ./Gearsystem.SlackBuild |