#
# Copyright (c) Xerox Corporation 1997, 1998. All rights reserved.
#
# License is granted to copy, to use, and to make and to use derivative
# works, provided that Xerox is acknowledged in all documentation
# pertaining to any such copy or derivative work. Xerox grants no other
# licenses expressed or implied. The Xerox trade name should not be used
# in any advertising without its written permission.
#
# XEROX CORPORATION MAKES NO REPRESENTATIONS CONCERNING EITHER THE
# MERCHANTABILITY OF THIS SOFTWARE OR THE SUITABILITY OF THIS SOFTWARE
# FOR ANY PARTICULAR PURPOSE.  The software is provided "as is" without
# express or implied warranty of any kind.
#
# These notices must be retained in any copies of any part of this software.
#

There are two steps in installing RouteMonitor:

1) build the routewatch executable.
2) set the appropriate local environment (directories, URLs, etc) and place
   the binaries in the appropriate locations.

A perl script has been provided to build and install the the 
RouteMonitor package.  To use the install script,
type either:

./myinstall
or 
/your/perl/location/perl install.perl

This will assist you in building a makefile, making routewatch, setting
the appropriate directories, and copying files to the appropriate location.

If you prefer to build the executable separately and then run the
install program, first cd to ./routemonitor, edit the makefile and
make routewatch.  Then return to this directory and run the install
script as described above (this install script will discover you
have already built routewatch and allow you to skip directly to the 
setting of directories and other local variables).

This package requires perl v5.0 or higher.  If you do not have
perl, you should first obtain a copy of perl v5.0 or higher and
install it.  Perl is freely available.


---------------------------------------------------------------------
In the event the install script fails, README and INSTALL files in
each directory describe how to install the programs in each directory.
It is strongly recommended that you first try using the install script.
If you have to install RouteMonitor without using the install script,
first follow the INSTALL instructions in ./routemonitor, then ./html, then
./cgi, and finally ./htmlmaker.  You should also install the man pages
in ./man

For technical support, email Dan Massey (masseyd@cs.ucla.edu).

