1.) install qwt and qwt3d
1.1.) unpack and compile qwt
1.2.) mkdir /usr/local/include/qwt (as root)
1.3.) copy all includes from qwt to /usr/local/include/qwt
      example cp /home/ralf/qwt-4.2.0rc1/include /usr/local/include/qwt
1.4.) copy the libraries of qwt to /usr/local/lib
      example cp -pd /home/ralf/qwt-4.2.0rc1/lib /usr/local/lib
1.5.) do the samt things withs qwt3d
1.6.) make the libs activ:
      ldconfig (sometimes you have to change /etc/ld.so.conf)
 
2.) install nnqt
2.1.) unpack nnqt.tgz with tar -zxvf nnqt.tgz (a new dir NNQT will be created)
2.2.) goto in NNQT (cd NNQT)
2.3.) qmake 
2.4.) make
2.5.) set the varible NN_HOME in your .bashrc
      example: export NN_HOME=/home/ralf/NNQT
               make it activ with . .bashrc
2.6.) goto NNQT (cd NNQT) and start nnqt 

have a lot of fun

Ralf.
