Maths Toolkit - Installation
============================

1) Before installing mtk you will need to install the qt library available
from http://www.troll.no. You will at least need the library binary, the
moc program and the include files to compile mtk. Some distributions only
supply the library. This is ok for running precompiled programs but not for 
compiling your own.

2) Check the options in Makefile. If you are using EMX under OS/2 then
there is a separate makefile Makefile.os2 provided. You may want to change
the installation directories and the directories holding the qt library
and include files. You might also want to define ANSI_MATH if your maths
library contains just the ansi standard functions. 

3) Type "make" to compile mtk. Use "make install" to install the binary
and the man page. Using "make install.bin" will install just the binary
and "make install.man" just the man page. 

4) Type "mtk" to run the program. You might like to look at the examples in 
examples.mtk to get you started.
