diff options
author | Dave Woodfall <dave@tty1.uk> | 2019-03-04 18:24:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:51:54 +0700 |
commit | 38931025e41e7d4ac7e67c85a3a789e63f685db5 (patch) | |
tree | c1b1e6754f51b98468d6266d036887a623788c99 /libraries/libtorrent-rasterbar/README | |
parent | df4d946d1632133a1ec36de73ad9021cb4d1f2b0 (diff) |
libraries/libtorrent-rasterbar: Add support for examples & tools
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar/README')
-rw-r--r-- | libraries/libtorrent-rasterbar/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/libtorrent-rasterbar/README b/libraries/libtorrent-rasterbar/README index 1609f8e38061..d4f79cb88dcb 100644 --- a/libraries/libtorrent-rasterbar/README +++ b/libraries/libtorrent-rasterbar/README @@ -4,3 +4,20 @@ 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.SlackBuild + + +NOTE + +It is possible to build with bindings for python3 rather +than python2 by setting the $PYTHON environmental variable, +but this would involved rebuilding boost with bindings for +python3 first. + +Go ahead and make my day. |