Install libtorrent under Windows

9.1k views Asked by At

How to install libtorrent under Windows? Also, would it be possible to make it portable by including all the libraries and files it needs the same folder?

1

There are 1 answers

0
AudioBubble On

You have two routes, compile libtorrent-rasterbar with Visual C++ or install the dynamic library using the installer provided:

http://sourceforge.net/projects/libtorrent/files/py-libtorrent/

Using the installer will place the libtorrent dll in your Python site-packages directory and make libtorrent-rasterbar available in your Python interpreter.

Please note the dynamic library provided with the installer is only available for certain Python versions and only 32 bit.