If you are fine with the bleeding edge unstable verion of rtorrent here are my adds to bruenigs tutorial.
I describe how you install the current unstable version.
They are 'libtorrent 0.11.2' and 'rtorrent 0.7.2'
I also shrinked the commands to one line each and added the option -y to avoid apt-get
asking you if you want to update, remove or whatever something.
bruenigs modified composition:
#1. Dependcies
Code:
sudo apt-get install -y build-essential libsigc++-2.0-dev pkg-config comerr-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev zlib1g-dev libncurses5 libncurses5-dev
#2. Remove all old version of rtorrent
Code:
sudo apt-get remove -y rtorrent libtorrent*
#3. Get packages and unpack them
Code:
cd /opt && wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.2.tar.gz && wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.2.tar.gz && tar xf libtorrent* && tar xf rtorrent*
#4. Configure / Compile / Install
First for libtorrent:
Code:
cd /opt/libtorrent-0.11.2 && ./configure --prefix=/usr && make && sudo make install
Then for rtorrent:
Code:
cd /opt/rtorrent-0.7.2 && ./configure --prefix=/usr && make && sudo make install
#5. Cleaning up
Code:
cd /opt && rm -R libtor* && rm -R rtorr*
If rtorrent does not start because you see this error message:
Code:
bash: /usr/bin/rtorrent: No such file or directory
logout and login. It should work then
Cheers
/lprofil
Bookmarks