rtorrent & libtorrent from source
apt install pkg-config build-essential automake checkinstall | |
apt install libtool libncursesw5-dev libncurses5-dev libxmlrpc-c++8-dev libcurl4-openssl-dev | |
git clone https://github.com/rakshasa/rtorrent.git | |
git clone https://github.com/rakshasa/libtorrent.git | |
cd libtorrent/ | |
apt-get install zlib1g-dev libcrypto++-dev libssl-dev | |
./autogen.sh | |
./configure | |
make | |
make install | |
cd ../rtorrent | |
ldconfig | |
./autogen.sh | |
./configure --with-xmlrpc-c | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment