README 566 B

123456789101112131415161718192021
  1. SameBoy is an open source Game Boy (DMG) and Game Boy Color (CGB) video
  2. game system emulator that can be used with its own SDL frontend or as a
  3. libretro core.
  4. RetroArch is an optional dependency required to run the libretro core.
  5. SDL2 is an optional dependency required to build the SDL frontend.
  6. At least one optional dependency is required to use SameBoy.
  7. To disable the SDL2 build use:
  8. SDL=no ./SameBoy.SlackBuild
  9. To disable the libretro build use:
  10. LIBRETRO=no ./SameBoy.SlackBuild
  11. To build the debugging symbols use:
  12. DEBUG=yes ./SameBoy.SlackBuild