Libtorrent

Specific support for Deluge on Microsoft Windows OS
Post Reply
Exxor

Libtorrent

Post by Exxor »

Hi,

I read that Deluge is using the libtorrent library. I'm wondering if this library is linked dynamically? and if so, which file I have to replace in the instalation?

My goal is to modify libtorrent, build the library and have Deluge use it.

Thanks in advance.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Libtorrent

Post by andar »

The libtorrent library is located at c:\program files\deluge\deluge-python
Exxor

Re: Libtorrent

Post by Exxor »

Thank you for your responce.

I did find that directory and I also found the file "libtorrent.pyd" in there. But I expected the size to be about 4 MB... Does this file contain all the libtorrent functionality used by deluge, and if so, which compile settings where used to create this library?

Thanks in advance :)
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Libtorrent

Post by andar »

Exxor wrote:Thank you for your responce.

I did find that directory and I also found the file "libtorrent.pyd" in there. But I expected the size to be about 4 MB... Does this file contain all the libtorrent functionality used by deluge, and if so, which compile settings where used to create this library?

Thanks in advance :)
Yes, it contains all the libtorrent functionality.

I can't remember the build options and I don't have access to my Windows VM at the moment, but we basically build with all the options enabled including encryption, DHT, extensions, Geoip, etc..

I upload all the libtorrent windows packages we use here: http://download.deluge-torrent.org/windows/libtorrent
Post Reply