Skip to content

Slim .NET bindings for Rasterbar-libtorrent.

License

Notifications You must be signed in to change notification settings

biuken/libtorrent-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet

Install libtorrent-net

PM> Install-Package libtorrent-net

Building

Download and install Microsoft Visual Studio 2015 and C++ tools.

1/ BOOST
Download and extract Boost 1.64 to C:\boost_1_64_0
Go to C:\boost_1_64_0 and execute "bootstrap.bat", then ".\b2 --toolset=msvc-14.0 architecture=x86"
Add BOOST_ROOT (C:\boost_1_64_0), BOOST_BUILD_PATH (C:\boost_1_64_0\tools\build) to Environment path and C:\boost_1_64_0 to Path

2/ Libtorrent
Download and extract libtorrent-rasterbar 1.1.4 (https://github.com/arvidn/libtorrent/releases) to C:\libtorrent-libtorrent-1_1_4
Compile libtorrent using "bjam link=static variant=release boost-link=static architecture=x86 logging=off asserts=off invariant-checks=off deprecated-functions=off"

3/ Ltnet
Open solution, set Release/x86, build.

Usage

  • Include the library as a reference to any .NET project and simply use the libtorrent API.

About

Slim .NET bindings for Rasterbar-libtorrent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%