KDISSERT REQUIREMENTS
---------------------

kde >= 3.3 is needed to run this application

To compile kdissert, the kde development
packages are needed: kdelibs-devel, kdebase-devel, and python>=2.2

cd kdissert/

Run the following commands:
./waf configure
./waf
and if everything went fine:
./waf install  (or su -c "./waf install")

if something went wrong:
* retry with './waf -v'
* look at the content of wscript
* ask

---------------------------------------------
-- The information below may be inaccurate --
---------------------------------------------

CONFIGURATION NOTES
-------------------

The installation script are relying on the kde-config program.
The programs kde-config, qmake, uic and moc must be accesssible
through your PATH.

Qt and kde may not be installed as expected (in QTDIR and KDEDIR)
So until kde-config is able to give that information, you may
have to give those paths.

Here are some examples :
On amd/64 platforms
   ./waf configure --libsuffix=64
On Fedora/Redhat
   ./waf configure --kdeincludes=/usr/include/kde/
On Debian
   ./waf configure --qtincludes=/usr/include/qt/ --kdeinclude=/usr/include/kde/
To install in some particular location
   ./waf configure --prefix=~/tmp

For more options to tune the build try :
   ./waf --help
   ./waf -h

---------------------------------------
Enjoy kdissert,
Thomas Nagy <tnagy2^8@yahoo.fr>

