[ READ-ME - Sun Jun 26 16:08:05 1994 - swish - /nsb & /mtr ]


1.   Edit the Makefile to reflect your configuration.  Be sure to check out
     the description of AUXCFLAGS since you have to get this right to compile
     messaging.c

2.   Safe-Tcl depends upon the MH 6.8 libraries.  These are included in
     the Safe-Tcl distribution.  By default, they will be compiled when
     you compile Safe-Tcl.

     If you already have MH 6.8, you can change the top-level Makefile
     to avoid rebuilding it.  See mh-6.8/READ-ME for more details.

3.   Run make, i.e.,

	% make

4.   As the super-user, install it, i.e.,

	# make install

5.   Copy the man page to where you keep them, e.g.,

	# cp swish.1 /usr/local/man/man1/

6.   Copy the files in scripts/ to where users can put them in their
     search path, e.g.,

	# cp scripts/* /usr/local/bin/

7.   Tell your users to read the man page, e.g.,

	% man swish
