Installing and compiling MICO under Linux

Configure (create Makefiles etc) :

 ./configure --with-qt=/usr/lib/qt3

NOTE
Depending on your QT installation, you'll have to add the option --enable-pthreads

Compile MICO (20 minues on a Dual Xeon !) :

 make

Install everything :

 make install