The SVN dev build used to compile nicely for me, with libtorrent included.
The GIT dev build doesn't do that, and installing libtorrent on its own is kind of a pain...
Is libtorrent not included in the package anymore, or am I missing something simple?
Compiling from GIT instead of SVN
Re: Compiling from GIT instead of SVN
We're working on getting this setup in git. We use to use something called a svn external to include libtorrent and the move to git has changed that.
For now, you can simply checkout the desired libtorrent branch to libtorrent/ in the deluge directory and it should build it.
For now, you can simply checkout the desired libtorrent branch to libtorrent/ in the deluge directory and it should build it.
Re: Compiling from GIT instead of SVN
Didn't think it would be that easy! That worked...Thanks!!
One other thing I've wondered - Is there any way to get libtorrent to compile multithreaded when using the setup.py script (similar to what a make -j(x) would do)? I couldn't find any python specific options that would do this...
One other thing I've wondered - Is there any way to get libtorrent to compile multithreaded when using the setup.py script (similar to what a make -j(x) would do)? I couldn't find any python specific options that would do this...