aboutsummaryrefslogtreecommitdiff
path: root/games/SameBoy/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/SameBoy/README')
-rw-r--r--games/SameBoy/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/SameBoy/README b/games/SameBoy/README
index 0219f866b2f44..0c57d7f7351a5 100644
--- a/games/SameBoy/README
+++ b/games/SameBoy/README
@@ -7,5 +7,14 @@ 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:
+
+ SDL=no ./SameBoy.SlackBuild
+
+To disable the libretro build use:
+
+ LIBRETRO=no ./SameBoy.SlackBuild
+
To build the debugging symbols use:
- DEBUG=1 ./SameBoy.SlackBuild
+
+ DEBUG=yes ./SameBoy.SlackBuild