# libtorrent-rasterbar-RC_0_16 **Repository Path**: mirrors_svn2github/libtorrent-rasterbar-RC_0_16 ## Basic Information - **Project Name**: libtorrent-rasterbar-RC_0_16 - **Description**: This is a clone of an SVN repository at svn://svn.code.sf.net/p/libtorrent/code/branches/RC_0_16. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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