1 # $Id: INSTALL,v 1.4 2003/07/28 14:27:16 ellard Exp $
\r
3 NFSSCAN INSTALLATION INSTRUCTIONS
\r
5 This is version 0.10a of nfsscan, dated 7/25/2003.
\r
7 THIS IS A PRELIMINARY RELEASE OF NEW SOFTWARE:
\r
9 - THE COMMANDLINE FORMATS MAY EVOLVE RAPIDLY OVER THE NEXT SEVERAL
\r
12 - DEBUGGING MESSAGES AND WARNINGS MAY APPEAR ON STDERR. MOST OF THESE
\r
13 ARE MEANINGLESS, BUT IF YOU ENCOUNTER A PROBLEM WITH THE
\r
14 PROGRAM PLEASE INCLUDE THEM IN YOUR BUG REPORT.
\r
16 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\r
18 System Requirements:
\r
20 - You must have PERL 5 (5.005 or later) installed in order to
\r
21 use any of these tools. (None of these tools have
\r
22 been tested with PERL 6 or later.)
\r
24 - If you plan to use ns_quickview, make sure that gnuplot is
\r
25 installed on your system.
\r
27 ns_quickview has been tested with gnuplot 3.7 and
\r
28 should work with later versions. If you have problems
\r
29 with ns_quickview, please include any diagnostics
\r
30 messages from gnuplot and the version of gnuplot with
\r
33 If gnuplot is not in your path, you must edit
\r
34 ns_quickview to set GNUPLOT_PATH to the appropriate
\r
35 path after step 2 in the installation instructions.
\r
39 1. Un-tar the distribution into an empty directory.
\r
41 2. Edit the first line of nfsscan and ns_* to point to wherever your
\r
42 favorite version of PERL 5 is installed. If you don't like
\r
43 looking at debugging messages, remove the -w from the
\r
46 3. Make sure that nfsscan and ns_* are executable and that
\r
47 all the files are publically readable:
\r
50 chmod 555 nfsscan ns_*
\r
52 4. Read NOTES.TXT for last-minute info or errata for this release,
\r
53 and changes from previous releases.
\r
55 5. Read nfsscan.txt and EXAMPLES for more information about how to
\r
58 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\r
60 PLEASE report bugs, problems or suggestions for improvements to
\r
61 ellard@eecs.harvard.edu.
\r