KDE桌面环境下的BitTorrent下载软件KTorrent于今日更新到了2.2.3版。这是一个bug修订版本,其中主要针对之前版本中所存在的各种bug进行了修订。同时,该版本也添加了一些由社区会员所贡献的补丁。
Weekly SVN snapshots
Each weekend we create a weekly snapshot, so people can keep track of the progress (or lack thereof) of the SVN version. You can find these snapshots here
How to compile
Compiling and installing from the source code goes as follows : (replacing X.Y by the correct version number)
tar -xvzf ktorrent-X.Y.tar.gz
cd ktorrent-X.Y
./configure
make
make install
If you want really fast compilation times, you should use ./configure --enable-final instead of ./configure
People on Mac OS X who have trouble compiling should try the following:
configure --prefix=/sw
sed -i -e 's/^whole_archive_flag_spec=.*/whole_archive_flag_spec=""/g;'
libtool
make
sudo make install
Thanks to Borre Gaup for bringing this to our attention. The problem is also explained here, other software might have the same problem.
你可以从这里下载KTorrent 2.2.3的源代码。