Search found 4 matches

by veribaka
Thu Nov 19, 2015 11:28 am
Forum: Support
Topic: Building libtorrent in Debian Jessie on ARM
Replies: 6
Views: 3122

Re: Building libtorrent in Debian Jessie on ARM

Arvidn indicated that I should run python setup.py install Which I did, and now the bindings seem to be correct since 'python -c "import libtorrent; print libtorrent.version"' now outputs 1.0.6.0. However when I launch deluge, ltConfig says it's using 0.16.18.0, and if I uninstall libtorre...
by veribaka
Wed Nov 18, 2015 5:41 pm
Forum: Support
Topic: Building libtorrent in Debian Jessie on ARM
Replies: 6
Views: 3122

Re: Building libtorrent in Debian Jessie on ARM

Fair enough. I'll try my luck there, thanks anyways!

Stupid question: If make produces a log, is it stored in the source folder?
by veribaka
Wed Nov 18, 2015 2:12 pm
Forum: Support
Topic: Building libtorrent in Debian Jessie on ARM
Replies: 6
Views: 3122

Re: Building libtorrent in Debian Jessie on ARM

I did, it gave no output (I don't think it's supposed to... is it?). In fact I tried to follow most of the process on http://dev.deluge-torrent.org/wiki/Building/libtorrent I think you should add in the wiki that building on ARM requires that you specify the location of lib boost location with --wit...
by veribaka
Wed Nov 18, 2015 12:44 pm
Forum: Support
Topic: Building libtorrent in Debian Jessie on ARM
Replies: 6
Views: 3122

Building libtorrent in Debian Jessie on ARM

I'm pulling my hair on this one. Have been trying to deal with this for a week already. I tried downloading both source tarball for libtorrent 6 and 7. Steps taken: ./configure --enable-python-binding --with-libgeoip=system --with-libiconv --prefix=/usr --with-boost-libdir=/usr/lib/arm-linux-gnueabi...