Compile and install notes for rtorrent in Ubuntu

Source: Internet
Author: User
Rtorrent is a Bittorrent software. It is a terminal-based BT client with high performance and low resources. Many others have developed WebGUI for rtorrent to better control and manage users, all in all, rtorrent is a good BT download solution on Linux. Rtorrent is a Bittorrent software. It is a terminal-based BT client with high performance and low resources. Many others have developed WebGUI for rtorrent.

Rtorrent is a Bittorrent software. It is a terminal-based BT client with high performance and low resources. Many others have developed a Web GUI for rtorrent to better control and manage users, all in all, rtorrent is a good BT download solution on Linux.

Rtorrent is a Bittorrent software. It is a terminal-based BT client with high performance and low resources. Many others have developed a Web GUI for rtorrent to better control and manage users, all in all, rtorrent is a good BT download solution on Linux.

Rtorrent has been added to the Ubuntu source. It is very easy to install rtorrent In Ubuntu. you can install rtorrent in one sentence:

$ Sudo apt-get install rtorrent

However, here is the notes for compiling and installing rtorrent. During this compilation and installation process, you can learn some simple experience on compiling and installing the source code. Here we use the newly installed Ubuntu 8.10. This is an example of how to compile and install it.

First, the installation steps are provided in the Install entry in the official rtorrent Wiki:

Cd/home/rtorrent

Svn co svn: // rakshasa. no/libtorrent/trunk

Cd/home/rtorrent/trunk

Svn up

Cd libtorrent

./Autogen. sh

./Configure

Make

Make install

Cd ../rtorrent

./Autogen. sh

./Configure

Make

Make install

Subversion has not been installed in a newly installed Ubuntu and svn cannot be used to obtain the latest source code. Therefore, we need to install subversion:

$ Sudo apt-get install subversion

Permission is required to create a folder under/home:

$ Cd/home

$ Sudo mkdir rtorrent

Next, perform the following steps based on the Install entry of rtorrent wiki:

$ Cd/home/rtorrent

Because svn obtains the source code and writes it to/home/rtorrent, you also need to raise the permission:

$ Sudo svn co svn: // rakshasa. no/libtorrent/trunk

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.