386BSD 0.1 development
[unix-history] / usr / othersrc / public / less-177 / README
CommitLineData
77e25d77
WJ
1=======================================================================
2=== NOTE: THIS IS A BETA DISTRIBUTION OF less (version 170) ===
3=== PLEASE REPORT ANY PROBLEMS TO THE AUTHOR. ===
4=======================================================================
5
6This is the distribution of "less", a paginator similar to "more" or "pg".
7The manual page is in less.man (nroff source in less.nro).
8Major changes made since the last posted version are in CHANGES.
9
10INSTALLATION (Unix systems only):
11
121. Move the distributed source to its own directory and
13 unpack it by running "sh" or "unshar" on the distribution
14 files, if you have not already done so.
15
162. Type "sh linstall" and answer the questions it asks.
17 This will generate a makefile and a defines.h.
18
19 If you choose not to include some features in your version,
20 you may wish to edit the manual page "less.nro" and the help
21 page "less.help" to remove the references to the appropriate
22 commands or options.
23
243. It is a good idea to look over the generated makefile
25 and make sure it looks ok.
26
274. Type "make" and watch the fun.
28
295. If the make succeeds, it will generate a program "less"
30 in your current directory. Test the generated program.
31
326. When satisfied that it works, if you wish to install it
33 in a public place, type "make install".
34
35If you have any problems building or running "less",
36suggestions, complaints, etc., you may mail to the
37author via USENET at:
38 sun \
39 uunet } !pyramid!ctnews!unix386!mark
40 hplabs /
41
42
43Note to hackers: comments noting possible improvements are enclosed
44in double curly brackets {{ like this }}.