summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent2/README
blob: aa787bb2f57a4825e8aef268077841259f0c0ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libtorrent is an open source C++ library implementing the BitTorrent
protocol, along with most popular extensions, making it suitable for
real world deployment. It is configurable to be able to fit both
servers and embedded devices.

The main goals of libtorrent are to be efficient and easy to use.

libtorrent2 builds the 2.x branch of libtorrent (also referred to as
libtorrent-rasterbar). As such, this package conflicts with
libtorrent and libtorrent-rasterbar.

If you would like to install examples, pass EXAMPLES=ON to the build
script.

If you would like to build the test suide, pass TESTS=ON to the
build script.

If you would like to build some extra tools, pass TOOLS=ON to the
build script.