diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-03 15:43:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 15:43:22 +0700 |
commit | b15e810a48114fa99db1be8b3108b9d224138c38 (patch) | |
tree | 6203a649fc3fdfefcfcdeafef9b1789cfe100dfb /libraries/libtorrent-rasterbar-legacy/README | |
parent | ec87fca0e0887ec973639abd4121983910b246b9 (diff) |
libraries/libtorrent-rasterbar-legacy: Added (C++ library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar-legacy/README')
-rw-r--r-- | libraries/libtorrent-rasterbar-legacy/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/libtorrent-rasterbar-legacy/README b/libraries/libtorrent-rasterbar-legacy/README new file mode 100644 index 0000000000000..f961dfe51c7e8 --- /dev/null +++ b/libraries/libtorrent-rasterbar-legacy/README @@ -0,0 +1,21 @@ +libtorrent-rasterbar is a C++ library that aims to be a good alternative +to all the other bittorrent implementations around. It is a library and +not a full featured client, although it comes with a working example +client. + +*When upgrading, please removepkg the old version first or the python +module will try to link against it* + +OPTIONS + + To build examples and copy them to /usr/doc/...: + + EXAMPLES=yes ./libtorrent-rasterbar-legacy.SlackBuild + +NOTE + +It is possible to build with bindings for python3 rather than python2 by +setting the $PYTHON environmental variable, but this would involve +rebuilding boost with bindings for python3 first. + +Go ahead and make my day. |