Page 1 of 1

[SOLVED] build deluge 1.3.1 in hardy (Ubuntu 8.04)

Posted: Sat Nov 13, 2010 1:21 pm
by liesmich.txt
Hi there!

To build deluge 1.3.1 i need libtorrent >= 0.14. This is not included in the hardy repositorys so i have to build it from source...
Requirements: boost >= 1.34.1 (this IS IN the repos...) but I still gets errors...
Do I really need boost 1.34.1 only?

I tried the steps in the FAQ (Installing/Source)

Re: build deluge 1.3.1 in hardy (Ubuntu 8.04)

Posted: Sat Nov 13, 2010 2:50 pm
by Cas
You will find that libtorrent 14.10 is actually available in the Ubuntu PPA for Hardy.

To build libtorrent from source you may require dependencies, python2.6-dev and a few libboost-*-dev.

Re: build deluge 1.3.1 in hardy (Ubuntu 8.04)

Posted: Sat Nov 13, 2010 10:03 pm
by liesmich.txt
yes, libtorrent 0.14.10 is in the repos but i need 0.14.5.0:

Code: Select all

This version of Deluge requires libtorrent >=0.14.5.0

Re: build deluge 1.3.1 in hardy (Ubuntu 8.04)

Posted: Sat Nov 13, 2010 10:14 pm
by Cas
10 > 5 so that is a bug, and I thought that had been fixed, is from that attempting to install Deluge 1.3.1?

Re: build deluge 1.3.1 in hardy (Ubuntu 8.04)

Posted: Sat Nov 13, 2010 10:38 pm
by liesmich.txt
okay i fixed it:
- add sources from https://launchpad.net/~rjmyst3/+archive/ppa (includes boost 1.36.0)
- build deluge like described in the FAQ..
- have fun :)