blob: c16982719f0de493ce2ae766ce357e4ad0e98c29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
It is possible to build with bindings for python3 rather than python2 by
setting the $PYTHON environmental variable
|