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.