Blame 00.README.FIRST

Packit 6f02de
Now that you have the lsof distribution, I suggest:
Packit 6f02de
Packit 6f02de
*  If you're unfamiliar with lsof, read 00README for information on
Packit 6f02de
   Configuring and building lsof, 00QUICKSTART for tips on using lsof.
Packit 6f02de
Packit 6f02de
   If you're too impatient for that, do this:
Packit 6f02de
Packit 6f02de
      $ ./Configure <put your UNIX dialect's abbreviation here>
Packit 6f02de
        (Do the inventory step, as you prefer.)
Packit 6f02de
        (Do the customization step, as you prefer.)
Packit 6f02de
      $ make
Packit 6f02de
      $ ./lsof -h
Packit 6f02de
Packit 6f02de
   To get a list of UNIX dialect abbreviations:
Packit 6f02de
Packit 6f02de
      $ Configure -h
Packit 6f02de
Packit 6f02de
   Please don't be impatient -- read the documentation first.
Packit 6f02de
Packit 6f02de
*  Read the current distribution's details in 00DIST.  (The
Packit 6f02de
   ChangeLog file points to 00DIST.)
Packit 6f02de
Packit 6f02de
*  If you want technical details, read 00DCACHE and 00PORTING.
Packit 6f02de
Packit 6f02de
*  If you want to cross-configure, read 00XCONFIG.
Packit 6f02de
Packit 6f02de
*  Use the test suite, described in 00TEST, by:
Packit 6f02de
Packit 6f02de
	$ cd tests
Packit 6f02de
	$ make
Packit 6f02de
Packit 6f02de
   and possibly:
Packit 6f02de
Packit 6f02de
	$ make opt
Packit 6f02de
Packit 6f02de
*  If you're having trouble, read 00FAQ.  (Please read 00FAQ before
Packit 6f02de
   you send a bug report.)
Packit 6f02de
Packit 6f02de
*  Lsof contributors may find their names in 00CREDITS.  (Thanks, again.)
Packit 6f02de
Packit 6f02de
*  Read the lsof.man page file.  Its nroff source is in lsof.8.
Packit 6f02de
Packit 6f02de
*  Consider subscribing to the lsof-l mailing list -- read 00LSOF-L
Packit 6f02de
   for details.
Packit 6f02de
Packit 6f02de
Packit 6f02de
Vic Abell <abe@purdue.edu>
Packit 6f02de
January 2, 2013