Compiling from GIT instead of SVN

General support for problems installing or using Deluge
Post Reply
n0xlf
Member
Member
Posts: 15
Joined: Mon Mar 08, 2010 1:42 am

Compiling from GIT instead of SVN

Post 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?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Compiling from GIT instead of SVN

Post 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.
n0xlf
Member
Member
Posts: 15
Joined: Mon Mar 08, 2010 1:42 am

Re: Compiling from GIT instead of SVN

Post 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...
Post Reply