Installation:
---------------------------------------

1. Change to the directory containing QNix source, then do:
      make -f Makefile.cvs

2. Next run the configure script. On SuSE this normally this should just consist of doing:
      ./configure
   However other distributions store KDE2 in non-standard locations, so you may have to specify the location.
 	 I've been told that the following works for Mandrake:
      ./configure --prefix=/usr

3. Then compile
      make

4. Then as root/superuser do the following:
      make install
