UNIX/LINUX

"make install" should suffice. By default, it installs in /usr/local/bin.
Edit Makefile and change the value of BINDIR if you wish to install somewhere else.

To install manually, assuming that you have the Tcl/Tk windowing shell
wish installed and in your path, just copy the file WordGenerator.tcl
to a convenient location in your path  This will typically be /usr/local/bin
if you are doing a system-wide installation, or, if you are installing
it for personal use, your own bin directory.

Make sure that the file is marked as executable by executing the
command: chmod +x WordGenerator.tcl.  You may wish to rename the file
WordGenerator, without the extension, when you install it, so as to
save typing. If you have wish, the Tcl/Tk windowing shell, installed
somewhere in your path, you can just execute WordGenerator.tcl and it
will invoke wish on itself. You can also invoke it by giving its name
as argument to wish, i.e.: wish WordGenerator.tcl.


MAC OS X

Under MacOSX, via the command line interface you can install it and run it
as described above for Unix. 

MS WINDOWS

Since WordGenerator is not a native executable, on MS Windows something
has to be done to tell MS Windows to execute it using a Tcl interpreter.
MS Windows decides what program to use to open a file when you click on it
by means of a mapping from file extensions to programs, e.g. between
"doc" and Microsoft Word". By default, MS Windows doesn't know about
Tcl, so it is necessary to add the association between "tcl" and tclsh
or whatever the Tcl interpreter is called. Instructions for doing this on
MS Windows XP are available at: http://support.microsoft.com/kb/307859.
Instructions for doing this on MS Windows Vista are available at:
http://articles.techrepublic.com.com/5100-10878_11-6172036.html

OBTAINING TCL

If you need a Tcl interpreter or have one but don't have all the necessary libraries,
an easy way to get everything you need is to install the ActiveTcl  distribution
(http://www.activestate.com/Products/ActiveTcl) available from ActiveState.
ActiveState sells additional tools and services, but their distribution of Tcl is free.
It includes the necessary libraries and is available for all major platforms.


MESSAGE CATLOGS

Message catalogs for localization should be copied to a directory named
WordGeneratorMsgs in the same directory in which the program itself is installed.
For example, if you install WordGenerator.tcl in /usr/local/bin,
the message catalogs should be placed in /usr/local/bin/WordGeneratorMsgs.
