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