Skip to content

Instantly share code, notes, and snippets.

@gtwy
Created October 21, 2018 18:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtwy/48cd571502256429d4b571d270961c95 to your computer and use it in GitHub Desktop.
Save gtwy/48cd571502256429d4b571d270961c95 to your computer and use it in GitHub Desktop.
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