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