diff options
Diffstat (limited to 'development/bbcsdl/README')
-rw-r--r-- | development/bbcsdl/README | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/development/bbcsdl/README b/development/bbcsdl/README index 98664a7629..c1fb121443 100644 --- a/development/bbcsdl/README +++ b/development/bbcsdl/README @@ -15,15 +15,11 @@ 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 -The Box2D (Box2D321.so) libraries: -- 64 bits md5 215bbda5d9a92a5cc99534de4e1235aa and -- 32 bits md5 f079027b8e2589a10fd17eca77e644f7 -are bundled with the original release by R.T.Russell available +The Box2D (Box2D321.so) libraries are downloaded and bundled +from 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. If you do not need it you can exclude the -library by passing BOX2D=no like this: +If you do not need it you can exclude the library by passing +BOX2D=no as parameter like this: BOX2D=no ./bbcsdl.SlackBuild |