也可以这里下载稳定版本:https://github.com/rakshasa/rtorrent/wiki#users-manual
首先安装rTorrent的依赖:libtorrent
- sudo apt-get build-dep python-libtorrent
- 如果出现 E: You must put some 'source' URIs in your sources.list
- 打开ubuntu的Software & Updates界面,勾选第一个选项卡中的Source code选项。
- 点击Close按钮后,会开始更新远。结束后就可以正常使用了
- 这一步是为了安装编译libtorrent的众多依赖库
- 下载最新libtorrent源码:https://github.com/rakshasa/libtorrent/tree/master
- 一定要在这里下载,如果出现其他各种奇怪的问题就是因为下载的版本不对
- 解压下载的压缩包后,进入文件夹
- ./autogen.sh
- ./configure
- make
- sudo make install
安装rTorrent
- sudo apt-get install libncursesw5-dev
- 下载源码:https://github.com/rakshasa/rtorrent
- export LD_LIBRARY_PATH=/usr/local/lib/
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- ./autogen.sh
- ./configure
- make
- sudo make install
验证安装是否成功
- export LD_LIBRARY_PATH=/usr/local/lib/
- rtorrent