Catégories
Installation

Installation de rTorrent (Debian Lenny)

image_pdfimage_print
aptitude install libcurl4-openssl-dev libsigc++-2.0-dev libncurses5-dev libxmlrpc-c-dev
aptitude install libmcrypt4 g++ make automake
mkdir /home/rtorrent
cd /home/rtorrent

Compilation de libtorrent

wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz
tar xvf libtorrent-0.12.6.tar.gz
cd libtorrent-0.12.6
rm -f scripts/{libtool,lt*}.m4
./autogen.sh
./configure
make
make install
cd ..

Compilation de rTorrent

wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz
tar xvf rtorrent-0.8.6.tar.gz
cd rtorrent-0.8.6
rm -f scripts/{libtool,lt*}.m4
./autogen.sh
./configure --with-xmlrpc-c
make
make install

Test de rTorrent

rtorrent

(Ctrl+Q pour quitter)

Configuration de rTorrent

Laisser un commentaire