formatting fixes in client test, and made the test build when resolve countries is...
[libtorrent-kjk.git] / README
blob0b19bf61f15c606d93e266ee5db9af4d248e6352
1 libtorrent is a C++ library that aims to be a good alternative to all the
2 other bittorrent implementations around. It is a
3 library and not a full featured client, although it comes with a working
4 example client.
6 The main goals of libtorrent are:
8         * to be cpu efficient
9         * to be memory efficient
10         * to be very easy to use
12 See docs/manual.html for more detailed build and usage instructions.
14 To build with autotools, run:
16    ./configure
18 Followed by
20    make
22 When libtorrent is built, finish off by running the tests:
24    make check