home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume16 / less5 / part01 / README < prev    next >
Encoding:
Text File  |  1988-09-22  |  1.2 KB  |  39 lines

  1. This is the distribution of "less", a paginator similar to "more" or "pg".
  2. The manual page is in less.man (nroff source in less.nro).
  3.  
  4. INSTALLATION:
  5.  
  6. 1. Move the distributed source to its own directory and 
  7.    unpack it by running "sh" on the distribution files,
  8.    if you have not already done so.
  9.  
  10. 2. Type "sh linstall" and answer the questions it asks.
  11.    This will generate a makefile and a defines.h.
  12.  
  13.    If you choose not to include some features in your version,
  14.    you may wish to edit the manual page "less.nro" and the help
  15.    page "less.help" to remove the references to the appropriate 
  16.    commands or options.
  17.  
  18. 3. It is a good idea to look over the generated makefile 
  19.    and make sure it looks ok.
  20.  
  21. 4. Type "make" and watch the fun.
  22.  
  23. 5. If the make succeeds, it will generate a program "less"
  24.    in your current directory.  Test the generated program.
  25.  
  26. 6. When satisfied that it works, if you wish to install it
  27.    in a public place, type "make install".
  28.  
  29. If you have any problems building or running "less", 
  30. suggestions, complaints, etc., you may mail to the 
  31. author via USENET at:
  32.     sun     \
  33.     decwrl      } !pyramid!ctnews!UNIX386!mark
  34.     hplabs   /
  35.  
  36.  
  37. Note to hackers: comments noting possible improvements are enclosed
  38. in double curly brackets {{ like this }}.
  39.