# Note: depends on libtorrent
# Note: depends on curl
wget -c http://rtorrent.net/downloads/rtorrent-0.9.8.tar.gz
tar -xzf rtorrent-0.9.8.tar.gz
cd rtorrent-0.9.8
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install