summaryrefslogtreecommitdiffstats
path: root/games/SameBoy/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/SameBoy/README')
-rw-r--r--games/SameBoy/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/SameBoy/README b/games/SameBoy/README
deleted file mode 100644
index a98091bcb4..0000000000
--- a/games/SameBoy/README
+++ /dev/null
@@ -1,20 +0,0 @@
-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