                      Mathomatic Installation Instructions
                      ------------------------------------

The requirements for easy installation from source are the Unix or GNU make
utility and the GCC C compiler.  Other C compilers may be used, but may require
slight modification of the makefile and sources.  You will need to open a shell
window to install and run Mathomatic.

A typical installation is done by typing the following at the shell prompt:

	make READLINE=1
	make test
	sudo make install

This will install the Mathomatic executable and docs in "/usr/local".  Type
"mathomatic" at the shell prompt to run it.

To uninstall from the system, type:

	sudo make uninstall
