========================================================================
=
= Author:   Juergen Vigna <jug@sad.it>
= Programm: KMameRun
=
========================================================================

How to compile:
---------------

This should be straight forward:

./configure
make

and as root:

make install

There are errors when compiling:
--------------------------------

You probably don't have qt-lib >= 1.40. So what!? The solution is
to remove the *_moc.cpp files. For this execute the comand:

rm `find . -name \*_moc.cpp`

After this make should recall the qt-program moc to remake the *_moc.cpp
files with your qt-library version.

Yes ok but I've other problems too:
-----------------------------------

Drop me a mail <jug@sad.it>. If I'm here I most probably will answer you.

Have fun,

   Juergen
