To build the Simple Socket Library:

1. Edit the Makefile.

You will need to set the install directories, and uncomment the
defines that go along with your machine.

2. Edit test.h

You will need to set the machine name and port number that you
want the test programs to use.

3. type  % make

Takes about 3 minutes on my sun3 to build the library and test
programs.

4. Run the test programs.  See the file named Testing for instructions
on how to do this.

5. If your happy with what you see, then go ahead and install
the library and header file.  Make sure that you create the directories
you named at the top of the Makefile.

make install

6. Send problems, fixes, and comments to:  mat@zues.opt-sci.arizona.edu

I can't promise to fix problems associated with porting to new machines,
as I've already ported the code to all the machines that I know anything
at all about.

--Mat
