Upgrading KTorrent from 3.1.2 to 3.2 RC1 on Kubuntu 8.10 Intrepid with KDE 4.2:
sudo apt-get install cmake automoc build-essential gettextsudo apt-get install kdelibs5-dev libqca2-dev libgmp3-dev kdebase-workspace-dev kdepimlibs5-dev libkrosspython0 libkrossruby0sudo apt-get remove ktorrent. This should not affect your configuration files.mkdir build
cd buildcmake -DCMAKE_INSTALL_PREFIX=/usr ..
/usr is the base directory for your KDE4 installation in Intrepid.make. This might take a while.sudo make install
. This should install the compiled program in the appropriate directories.kbuildsyscoca
to refresh the plugins. Do this again if KTorrent does not detect the new plugins.sudo make uninstall
to do so.If necessary, you can also do this with source code checked out from the KTorrent subversion repository.
Update: This should also work for 3.2 final.
Update: 3.2.1 also has a new optional dependency for libtag1-dev . Install this prior to the cmake using sudo apt-get install libtag1-dev.