libtorrent with premiere torrent support
Go to file
Michael Wojciechowski c8e0200daf Changed ZLIBINCL, since it broke make distcheck on targets without system zlib. 2005-08-27 17:02:43 +00:00
docs rollback 2005-08-25 13:11:39 +00:00
examples rollback 2005-08-25 13:11:39 +00:00
include rollback 2005-08-25 13:11:39 +00:00
m4 Adding files to setup autotools. 2005-08-17 00:24:41 +00:00
src rollback 2005-08-25 13:11:39 +00:00
test Adding files to setup autotools. 2005-08-17 00:24:41 +00:00
zlib Adding files to setup autotools. 2005-08-17 00:24:41 +00:00
AUTHORS added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
COPYING added BSD license 2005-08-18 00:02:41 +00:00
ChangeLog rollback 2005-08-25 13:11:39 +00:00
Jamfile fixed choke-unchoke problem in policy 2005-08-18 20:38:03 +00:00
Makefile.am made file_win.cpp included in the dist 2005-08-25 13:46:18 +00:00
NEWS added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
README added some documentation as well as prepared for building distribution tarball for 0.9 2005-08-17 17:19:20 +00:00
configure.in Changed ZLIBINCL, since it broke make distcheck on targets without system zlib. 2005-08-27 17:02:43 +00:00
project-root.jam *** empty log message *** 2003-11-09 18:17:09 +00:00

README

libtorrent 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.

The main goals of libtorrent are:

	* 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.

To build with autotools, run:

   ./configure

Followed by

   make

When libtorrent is built, finish off by running the tests:

   make check