Imported Upstream version 4.88
[platform/upstream/lsof.git] / 00.README.FIRST
1 Now that you have the lsof distribution, I suggest:
2
3 *  If you're unfamiliar with lsof, read 00README for information on
4    Configuring and building lsof, 00QUICKSTART for tips on using lsof.
5
6    If you're too impatient for that, do this:
7
8       $ ./Configure <put your UNIX dialect's abbreviation here>
9         (Do the inventory step, as you prefer.)
10         (Do the customization step, as you prefer.)
11       $ make
12       $ ./lsof -h
13
14    To get a list of UNIX dialect abbreviations:
15
16       $ Configure -h
17
18    Please don't be impatient -- read the documentation first.
19
20 *  Read the current distribution's details in 00DIST.  (The
21    ChangeLog file points to 00DIST.)
22
23 *  If you want technical details, read 00DCACHE and 00PORTING.
24
25 *  If you want to cross-configure, read 00XCONFIG.
26
27 *  Use the test suite, described in 00TEST, by:
28
29         $ cd tests
30         $ make
31
32    and possibly:
33
34         $ make opt
35
36 *  If you're having trouble, read 00FAQ.  (Please read 00FAQ before
37    you send a bug report.)
38
39 *  Lsof contributors may find their names in 00CREDITS.  (Thanks, again.)
40
41 *  Read the lsof.man page file.  Its nroff source is in lsof.8.
42
43 *  Consider subscribing to the lsof-l mailing list -- read 00LSOF-L
44    for details.
45
46
47 Vic Abell <abe@purdue.edu>
48 January 2, 2013