21 lines
573 B
Plaintext
21 lines
573 B
Plaintext
SameBoy is an open source Game Boy (DMG) and Game Boy Color (CGB) video
|
|
game system emulator that can be used with its own SDL frontend or as a
|
|
libretro core.
|
|
|
|
RetroArch is an optional dependency required to run the libretro core.
|
|
SDL2 is an optional dependency required to build the SDL frontend.
|
|
|
|
At least one optional dependency is required to use SameBoy.
|
|
|
|
To disable the SDL2 build use:
|
|
|
|
STANDALONE=no ./SameBoy.SlackBuild
|
|
|
|
To disable the libretro build use:
|
|
|
|
LIBRETRO=no ./SameBoy.SlackBuild
|
|
|
|
To build the debugging symbols use:
|
|
|
|
DEBUG=yes ./SameBoy.SlackBuild
|