Requirements
------------
This describes the installation process for the Tm library and the moat
interpreter. 

Imakefile
---------
Edit the file src/Imakefile to set the location of the Motif and tcl include
header files and libraries in the variables 

	TCL_INCLUDE
	MOTIF_INCLUDE
	TCL_LIB
	MOTIF_LIB


Make
----
To create the library and moat, type

	xmkmf
	make Makefiles
	make

To install the library, moat and the man pages, type

	make install
	make install.man

If you don't have imake, xmkmf or really don't want to use them, the file
src/Makefile.orig can be used to build moat. You are a bit on your own from
there though.

