INSTALL
-------
First type './configure'. If you want some compiler optimization flags you can type
something like 'CXXFLAGS=-O3 ./configure' instead. Then type 'make'. If everything
goes right you can 'make install' as root and you're done. You'll need a decent c++
compiler to compile this thing (heavy use of templates). You'll also need cweb installed
in your system. You can get it from ftp.labrea.stanford.edu.


HARDWARE
--------
MATH was written on a 120MHz Pentium Linux Box with 16M RAM and 550M Hard disk. The editor
used was console XEmacs with my cweb-mode. The console was set to 100 columns by 37 lines,
and the source code is 100 columns based.
