Compilation & Installation

Like a normal KDE program simply extract the tar.bz2 file in a directory of your choice.
After that, run ./configure , make and make install.
I suggest to use Kconfigure for very easy installing.

Compilation on RedHat or Mandrake

> ./configure --prefix=/usr
> make
> make install


Compilation on SuSE

> ./configure --prefix=/opt/kde3
> make
> make install