Compile rtorrent on debian: Difference between revisions
From RpWiki
Jump to navigationJump to search
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 -... |
(No difference)
|
Latest revision as of 10:12, 15 December 2008
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