diff options
Diffstat (limited to 'development/bbcsdl/README')
-rw-r--r-- | development/bbcsdl/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/development/bbcsdl/README b/development/bbcsdl/README index 5e05821260..3c746a15ce 100644 --- a/development/bbcsdl/README +++ b/development/bbcsdl/README @@ -14,13 +14,17 @@ even the most complex programs straightforward. This package installs to /opt/bbcsdl and is a rebuild of the open sources available at https://github.com/rtrussell/BBCSDL +In addition to the 'bbcsdl' the 'bbcbasic' linux console version +of the program is also build. The Box2D321.so library (md5 215bbda5d9a92a5cc99534de4e1235aa) is bundled with the original release by R.T.Russell available at https://www.bbcbasic.co.uk/bbcsdl/bbclinux.zip This SlackBuild includes it as a separate download from the package maintainer github account as it is not packaged with -program sources. You can safely delete it if you are not -writing 2D graphics program simulating physics. +program sources. If you do not need it you can exclude the +library by passing BOX2D=no like this: -Many examples at /opt/bbcsdl/examples/ +BOX2D=no ./bbcsdl.SlackBuild + +Many program examples are installed at /opt/bbcsdl/examples/ |