Advertisement
Paladinz2k

Install rTorrent

Jan 16th, 2016
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. https://terminal28.com/how-to-install-and-configure-rutorrent-rtorrent-libtorrent-xmlrpc-screen-ubuntu/
  2.  
  3. 1. Install Libtorrent.
  4.  
  5. cd /
  6. sudo wget https://github.com/rakshasa/libtorrent/archive/0.13.4.tar.gz -O libtorrent-0.13.4.tar.gz
  7. sudo tar xvf libtorrent-0.13.4.tar.gz
  8. cd libtorrent-0.13.4
  9. sudo ./autogen.sh
  10. sudo ./configure
  11. sudo make
  12. sudo make install
  13.  
  14.  
  15. 2. Install rTorrent.
  16.  
  17. cd /
  18. sudo wget https://github.com/rakshasa/rtorrent/archive/0.9.4.tar.gz -O rtorrent-0.9.4.tar.gz
  19. sudo tar xvf rtorrent-0.9.4.tar.gz
  20. cd rtorrent-0.9.4
  21. sudo ./autogen.sh
  22. sudo ./configure --with-xmlrpc-c
  23. sudo make
  24. sudo make install
  25. sudo ldconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement