How To Compile rTorrent From SVN In Ubuntu Gutsy Gibbon
How To Compile rTorrent From SVN In Ubuntu Gutsy GibbonAuthor: Stephan Jau IntroductionTorrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control it from a remote location.
How to use, support & helpThe rTorrent homepage can be found here.
AssumptionsIn this tutorial I will use the defaults user home location and will download all the SVN files there. Specifically I'll use ~/rtorrent for the SVN files. Further you are supposed not to be logged in as root but as a normal user.
1. Get required packagessudo apt-get install subversion build-essential libtool automake1.9 openssl libcurl3 libcurl3-dev libsigc++-2.0-0c2a libsigc++-2.0-dev libncurses5 libncurses5-dev Note: Automake must be a newer version than 1.4. So other automake versions work also. I just used 1.9 here because I need it for something else also.
2. Create the rtorrent download foldermkdir ~/rtorrent
3. Go to the rtorrent download foldercd ~/rtorrent Current location: /home/USER/rtorrent
4. Then get the latest trunk versionsvn co svn://rakshasa.no/libtorrent/trunk
5. Enter the trunk foldercd trunk Current location: /home/USER/rtorrent/trunk
6. Update rTorrent to the latest SVN versionsvn up 7. Go to the libtorrent foldercd libtorrent Current location: /home/USER/rtorrent/trunk/libtorrent
8. Run the autogen script./autogen.sh 9. Configure it./configure
10. Compile libtorrentmake
11. Install libtorrent on the systemsudo make install
12. Alter /etc/ld.so.confecho "include /usr/local/lib" | sudo tee -a /etc/ld.so.conf
13. Rebuild the ld.so cache
sudo ldconfig
14. Go to the rTorrent foldercd ../rtorrent Current location: /home/USER/rtorrent/trunk/rtorrent
15. Run the autogen script./autogen.sh
16. Configure it./configure
17. Compile rTorrentmake
18. Install rTorrent on the systemsudo make install
19. Run rTorrentrtorrent That's it and enjoy!
Update to newest versionIf you want to update rTorrent later to the newest version, just start with step (6) from this howto.
|



Recent comments
12 hours 39 min ago
22 hours 7 min ago
22 hours 56 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 19 hours ago
2 days 25 min ago
2 days 1 hour ago