README 479 B

12345678910111213
  1. Gearsystem is a Sega Master System / Game Gear emulator written in C++.
  2. Optional dependencies:
  3. qt5, RetroArch and SDL2
  4. At least some of the optional dependencies will be required to use
  5. Gearsystem. If qt5 and SDL2 are not installed the standalone frontend
  6. will not be built and only the libretro core will be built. RetroArch
  7. will be required to run the libretro core in this case.
  8. To build the debugging symbols for the libretro core use:
  9. DEBUG=1 ./Gearsystem.SlackBuild