diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-07-20 09:23:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-20 09:23:39 +0700 |
commit | 3557fcd162c6ce29c0b9e6e8c21b007b63a7d9d2 (patch) | |
tree | 3df019da10736df376600da1c0e0a875e4b93489 /games/SameBoy/README | |
parent | d633714ebf888442ff2a0fe5b0a8c66d404d22f7 (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/README | 11 |
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 |