A short description to compile KMerlin 0.3.3 for KDE3-Beta2
If you have an previous build from KMerlin
execute:
      make distclean

After this, open the file configure.in.in and change the first line to:
      #MIN_CONFIG

Now execute:
      make -f Makefile.cvs
      ./configure --with-qt-dir=your_qt3_dir --prefix=your_KDE3_dir
      make
      make install


