This program requires the rumba-base, rumba-manifold and Qt 2 libraries 
to build.

To build it, first, obtain and build the rumba-base and rumba-manifold
libraries. If you don't have Qt, obtain and build that.

To compile, you will need to specify the directories your QT and rumba
installations are located. To do this, configure as follows:

./configure --with-qt-dir=[dir] --with-rumba-dir=[dir]

then run

make 
make install
