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

Unpack miniwaf in the root of the project:
cd kdissert/
tar xjvf miniwaf.tar.bz2

Run the following command:
./waf.py configure
./waf.py
and if everything went fine:
./waf.py install  (or su -c "./waf.py 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.py configure --libsuffix=64
On Fedora/Redhat
   ./waf.py configure --kdeincludes=/usr/include/kde/
On Debian
   ./waf.py configure --qtincludes=/usr/include/qt/ --kdeinclude=/usr/include/kde/
To install in some particular location
   ./waf.py configure --prefix=~/tmp

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

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

