Compile rtorrent on debian

From RpWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Needed packages:

 sudo aptitude install autoconf libtool libsigc++-2.0-dev libssl-dev libncurses5-dev libncursesw5-dev libcurl4-openssl-dev
 cd libtorren*
 ./autogen.sh
 ./configure --prefix=/usr
 make -j2
 make install
 cd rtorrent*
 ./autogen.sh
 ./configure --prefix=/usr
 make -j2
 make install