summaryrefslogtreecommitdiffstats
path: root/games/SameBoy/README
blob: a98091bcb4410eaf4358c124c3df237bda3a2c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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