FreeBSD下的一个BT客户端: CTorrent
时间:2007-01-04 10:28:53
来源: 作者:myhstone 点击:次 出处:技术无忧
关键字:Free
CTorrent 是用C/C++编写的基于console的Bittorrent(BT)客户端。 我的第二个开源软件。 请各位多提宝贵意见! 软件主页:http://ctorrent.sourceforge.net
特性:
0. BT下载不会不知道吧?
1. 无需 X,python,java。
2. Cache I/O, 避免硬盘长期处于高速运转状态而减少使用寿命。
3. 用C/C++编写, 我不敢保证是最快的,不过真的相当快,cpu及内存占用很少。
下载源码安装:
源代码:
http://prdownloads.sourceforge.net/ctorrent/CTorrent-1.3r1.tar.gz?download
支持虚拟主机的补丁:
http://prdownloads.sourceforge.net/ctorrent/patch.virtual_host?download
$ tar zxvf CTorrent-1.3r1.tar.gz
$ patch < patch.virtual_host
$ cd CTorrent-1.3r1
$ make 这一步不能省
$ make PREFIX=/usr/local install
$ hash
$ ctorrent -h
通过ports安装:
由于刚刚发布了补丁,ports的更新请求还待处理,未含有虚拟主机补丁,推荐使用上面的安装方法.
$ cvsup port-supfile
$ cd /usr/ports/net/ctorrent
$ make install
$ hash
$ ctorrent -h
开源免费软件一个请求:
如果发现任何BUG请mail通知我。 email: bsdi@sina.com












文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面