Installation from sources
=========================

Install required packages: gettext, cmake, g++, kde and qt development packages
(including qt3support and kde4's kde3 compatibility libraries)

Unpack komparator4-xxx.tar.bz2, and open a shell inside this directory

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
su
make install

(or "sudo make install" depending on your system)


If komparator4 crashes, you can produce usable debug output by recompiling komparator4:

Unpack komparator4-xxx.tar.bz2, and open a shell inside this directory

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DebugFull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
su
make install

(or "sudo make install" depending on your system)

If Dr. Konqi crashes, you can try to run

gdb komparator4
> run

and save the output.