Compile rtorrent on debian

From RpWiki
Revision as of 10:12, 15 December 2008 by Rp (talk | contribs) (New page: 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 -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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