Compile libtorrent first,
-
Downloading the source code from github
-
Install tools and dependency. Maybe Incorrectly reports “No package ‘libcrypto’ found” when it is in fact looking for ‘libssl-dev’.
sudo apt-get install aclocal automake libtool pkg-config # compile tools
sudo apt-get install libcppunit-dev libssl-dev # dependency
- ./autogen.sh && ./configure && make && sudo make install
And then intall rtorrent,
-
Source code is here
-
Dependency: libcurl4-openssl-dev
-
./autogen.sh && ./configure && make && sudo make install
-
cp doc/rtorrent.rc ~/.rtorrent.rc