##########################################
### How to install the documentation #####
##########################################

To create the whole documentation of the project volren you need
the program 'doxygen' and 'doxytag' programmed by Dimitri van Heesch. 
(download: http://www.stack.nl/~dimitri/doxygen/index.html)
If you installed this somewhere in your $PATH do the following steps: 


1.) set your enviroment variable $QTDIR to a your Qt directory.
    At this time you NEED Qt 2.1 !!!!!!!!!!
2.) go to the the directory where you installed the project.
3.) call 'makedoc'
4.) add the created directory './man' to your $MANPATH
    or/and enjoy the HTML documentation by loading the file
    './html/index.html' into a browser.
    
