
	       Tcl Interface to System V IPC Facilities

		      Installation Instructions

1) Get svipc-2.0.tar.Z from harbor.ecn.purdue.edu.

2) Get any patches (svipc-2.0-patch?) from harbor.ecn.purdue.edu.

3) Unpack it in your Tcl source directory.  I assume that you have
   tcl, tk, and tclX in a directory somewhere on the system that looks
   like:

				 tcl
				  |
			  +-------+-------+
			  |       |       |
		       tcl7.0  tk3.3  tclX7.0a

   Just untar this package in the same directory:

	cd tcl
	tar xvzf svipc-2.0.tar.Z

4) Look at svipc-2.0/Makefile.in and modify the version numbers to suit.
   The default targets build tclsh, wish, tcl, and wishx.

5) Type ``./configure'' to run the automatic configuration script.

6) Type ``make install'' to install everything in /usr/local.  If you
   want to install elsewhere, you need to use the --prefix option of
   configure and/or the exec_prefix and lib_prefix Makefile variables.

7) Man pages in SVipc/man provide rudimentary documentation.  I assume
   familiarity with the basic System V IPC facilities.  Read *those*
   man pages first.

8) Directory tests contains some simple test scripts which verify the
   basic functionality.
