In order to compile KDat, you must have the Qt 1.33 development
libraries and the KDE 1.0 development libraries.  Later versions of
either should work just fine.  You can get Qt from http://ww.troll.no/
and KDE from http://www.kde.org/

To configure the source for building, use:

    ./configure

If you have KDE or Qt installed in non-standard directories, you may
need to supply additional parameters to "./configure".  To see a list
of options use:

    ./configure --help

To compile KDat:

    make

To install KDat:

    make install

By default everything will be installed under "/opt/kde".  To change
this specify a different "prefix" directory with "./configure".

Sean Vyain
svyain@mail.tds.net