Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3491956
  • 博文数量: 534
  • 博客积分: 11595
  • 博客等级: 上将
  • 技术积分: 5785
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-22 17:00
文章分类

全部博文(534)

文章存档

2015年(4)

2014年(27)

2013年(15)

2012年(38)

2011年(36)

2010年(85)

2009年(63)

2008年(142)

2007年(124)

分类: LINUX

2009-03-05 18:36:13

硬件环境: intel P4 3.0D
系统环境: redhat as4u4  kernel 2.6.9-5.ELsmp
 
软件: curl-7.19.4.tar.bz2 (http://curl.haxx.se/)
     libsigc++-2.2.0.tar.bz2 ()
     libtorrent-0.12.4.tar.gz ()
     rtorrent-0.8.4.tar.gz ()
安装步骤: 
1. tar -jxvf curl-7.19.4.tar.bz2
   cd curl-7.19.4
   ./configure --prefix=/usr && make && make install  

2. tar -jxvf libsigc++-2.2.0.tar.bz2
   cd libsigc++-2.2.0
   ./configure --prefix=/usr && make && make install
 
3. tar -zxvf libtorrent-0.12.4.tar.gz
   cd libtorrent-0.12.4
   ./configure --prefix=/usr && make && make install
   vi /usr/lib/pkgconfig/libcurl.pc
   将 URL: http://curl.haxx.se/ 一行用#号注释起来
 
4. tar -zxvf rtorrent-0.8.4.tar.gz
   cd rtorrent-0.8.4
   ./configure && make && make install
阅读(2161) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~