home

Tags

rtorrent选择bt文件下载

February 12th, 2008

比如下动画片的时候想先下前面几集的..
用rtorrent打开种子文件后先不要开始下载,用上下箭头键选中种子,右箭头键进入种子的子窗口, 再用上下箭头键选中左侧的 files,右箭头键进入右侧的文件列表,用上下箭头键选中文件,用空格键选中/取消,设为off的文件就不会下载了。
任何时候,左箭头键回到上一级窗口。

CentOS编译安装rtorrent

June 16th, 2007

rtorrent 编译安装前需要2个依赖包

http://libtorrent.rakshasa.no/wiki/Download


yum install gcc
yum install gcc-c++
yum install ncurses
yum install ncurses-devel
然后到这里下载,要注意版本

分别是
http://libsigc.sourceforge.net/
libsigc++ >= 2.0.x
http://curl.haxx.se/
libcurl >= 7.12.x

[more…]