no libtorrent in 1.2.0_rc1 source?
Posted: Sun Oct 11, 2009 1:42 am
the libtorrent directory is absent and I'm at a loss as to how to build this without it... the libtorrent packages in Ubuntu 8.10 aren't recent enough to use.
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent websiteSome notes:
* We are no longer including the libtorrent source in our source tarballs. Deluge will work just fine with a system libtorrent package installed to your system provided it has the python bindings. If you want to use Deluge's build system to build libtorrent, simply drop in the libtorrent source directory in the Deluge tree and run the usual build command.
Wrong libtorrent. See http://www.libtorrent.orgzveanturz wrote:The libtorrent library is is no longer included in the Deluge source tarballs.
This is in the release notes of this version.
You have to install the package or to build and install libtorrent from source; you could find helpfull information from the libtorrent tracSome notes:
* We are no longer including the libtorrent source in our source tarballs. Deluge will work just fine with a system libtorrent package installed to your system provided it has the python bindings. If you want to use Deluge's build system to build libtorrent, simply drop in the libtorrent source directory in the Deluge tree and run the usual build command.
It could be that you have a system libtorrent installed.. In that case Deluge won't build libtorrent.. Perhaps I should change this now that we don't include the libtorrent source.Dawa wrote:i'm still not clear on this. i downloaded libtorrent-rasterbar-0.14.6.tar.gz and extracted that into the deluge source folder, but nothing changed when i ran deluge's build script. i need some "building-deluge-for-dummies" style instructions, please.
did you rename the folder to "libtorrent"?Dawa wrote:i'm still not clear on this. i downloaded libtorrent-rasterbar-0.14.6.tar.gz and extracted that into the deluge source folder, but nothing changed when i ran deluge's build script. i need some "building-deluge-for-dummies" style instructions, please.
That was it. After removing the installed libtorrent and python-torrent packages, the copied-in libtorrent folder worked; everything compiled fine.andar wrote:It could be that you have a system libtorrent installed.. In that case Deluge won't build libtorrent.. Perhaps I should change this now that we don't include the libtorrent source.