forked from premiere/premiere-libtorrent
update README
This commit is contained in:
parent
3c47435426
commit
b703b7eb30
27
README
27
README
|
@ -1,25 +1,16 @@
|
||||||
libtorrent is a C++ library that aims to be a good alternative to all the
|
libtorrent is an open source C++ library implementing the BitTorrent protocol,
|
||||||
other bittorrent implementations around. It is a
|
along with most popular extensions, making it suitable for real world
|
||||||
library and not a full featured client, although it comes with a working
|
deployment. It is configurable to be able to fit both servers and embedded
|
||||||
example client.
|
devices.
|
||||||
|
|
||||||
The main goals of libtorrent are:
|
The main goals of libtorrent are to be efficient and easy to use.
|
||||||
|
|
||||||
* to be cpu efficient
|
|
||||||
* to be memory efficient
|
|
||||||
* to be very easy to use
|
|
||||||
|
|
||||||
See docs/manual.html for more detailed build and usage instructions.
|
See docs/manual.html for more detailed build and usage instructions.
|
||||||
|
|
||||||
To build with autotools, run:
|
To build with boost-build, run:
|
||||||
|
|
||||||
./configure
|
b2
|
||||||
|
|
||||||
Followed by
|
See docs/building.html for more details on how to build and which configuration
|
||||||
|
options are available.
|
||||||
make
|
|
||||||
|
|
||||||
When libtorrent is built, finish off by running the tests:
|
|
||||||
|
|
||||||
make check
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue