Ubuntu7.10下安装linkage 下载软件


首先说说linkage是啥东西,linkage是linux下使用 C++开发,基于libtorrent和GTK+的bittorrent(bt下载)软件,不过它对内网相当敏感,在内网基本乜有任何连接。

感觉在外网的效率跟rtorrnet差不多吧,可能是都基于libtorrent的原因。

要在Ubuntu编译安装linkage,首先要编译安装libtorrent和libnotify。

一、安装依赖包和libtorrent

sudo apt-get install build-essential libtool autoconf automake
apt-get install libboost-date-time-dev libboost-date-time1.34.1
libboost-filesystem-dev libboost-filesystem1.34.1 libboost-regex-dev
libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1
libboost-iostreams-dev libboost-iostreams1.34.1 libboost-thread-dev
libboost-thread1.34.1 libboost-dev libboost-signals-dev libboost-serialization-dev
cd libtorrent-0.12
./configure –prefix=/usr
make
sudo make install

二、安装libnotify

cd libnotify-0.4.4
./configure
make
sudo make install

  • 1
  • 2
  • 下一页

相关内容