Page 1 of 1
Compiling from GIT instead of SVN
Posted: Mon Mar 08, 2010 1:44 am
by n0xlf
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?
Re: Compiling from GIT instead of SVN
Posted: Wed Mar 10, 2010 3:38 am
by andar
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.
Re: Compiling from GIT instead of SVN
Posted: Thu Mar 11, 2010 9:13 am
by n0xlf
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...