aboutsummaryrefslogtreecommitdiff
path: root/games/SameBoy/README
diff options
context:
space:
mode:
authorHunter Sezen <orbea@riseup.net>2019-07-20 09:23:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-20 09:23:39 +0700
commit3557fcd162c6ce29c0b9e6e8c21b007b63a7d9d2 (patch)
tree3df019da10736df376600da1c0e0a875e4b93489 /games/SameBoy/README
parentd633714ebf888442ff2a0fe5b0a8c66d404d22f7 (diff)
games/SameBoy: Updated for version 0.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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