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

If you wish to buld tclMotif with support for UIL files, set the value of
the variable UseUIL to YES in the Imakefile.

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

Extra widgets
-------------
Some projects may require extra widgets beyond the Motif set. Examples
are the Xmt widgets, ComboBox from Harald Albrecht, the Mosaic html
widget, etc. Modifications may need to be made to the file src/tmExtern.c
and the file src/Imakefile. The command "addwidget" uses a description
file in the directory "extern_widgets" to simplify this process. This 
is experimental at the moment, so only try it if you know what you are
doing (or are prepared to learn :-) It is described in the manual
doc/tclMotif.man.
