Comment 8 for bug 292233

Revision history for this message
Motin (motin) wrote :

Installation instructions for the KDE3 version are found here: https://bugs.launchpad.net/ubuntu/+source/kdiff3/+bug/260326/comments/14

Instructions on how to install the KDE4 version on Intrepid: http://blog.leosoto.com/2008/11/kdiff3-on-ubuntu-810.html

In short:
sudo apt-get install kdelibs5-dev libkonq5-dev
svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/kdiff3 kdiff3
cd kdiff3
mkdir release
cd release
cmake .. -DCMAKE_INSTALL_PREFIX=
make
sudo make install # or: "sudo checkinstall --fstrans=no" to be able to uninstall easily