Hi there, well on Debian (Etch/Lenny) this is not that hard:
- aptitude install libsigc++-2.0-dev build-essential libncurses5-dev libcurl4-openssl-dev libwww-dev libwww-ssl-dev subversion
for Etch:
aptitude install libsigc++-2.0-dev build-essential libncurses5-dev libcurl3-dev libwww-dev libwww-ssl-dev subversion - cd $HOME
- mkdir rtorrent
- cd rtorrent
- wget "http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.4.tar.gz"
- tar -zxf libtorrent-0.12.4.tar.gz
- cd libtorrent-0.12.4
- rm -r /usr/local/lib/libtorrent*
( little clean up, might be necessary )
- ./configure && make all && make install
- cd ..
- REPOS=http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced
- svn checkout -r 1579 $REPOS xmlrpc-c/
( newer revision do not compile correctly yet ) - cd xmlrpc-c
- ./configure && make && make install
- cd ..
- wget "http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.4.tar.gz"
- tar -zxf rtorrent-0.8.4.tar.gz cd rtorrent-0.8.4
- ./configure --with-xmlrpc-c && make && make install
enjoy rtorrent 0.8.4 with xmlrpc support!