home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 036 / less232.zip / README < prev    next >
Text File  |  1994-09-24  |  3KB  |  81 lines

  1. =======================================================================
  2. ===     NOTE: THIS IS A BETA DISTRIBUTION OF less (version 232)     ===
  3. ===    PLEASE REPORT ANY PROBLEMS TO THE AUTHOR AT markn@3do.com.   ===
  4. =======================================================================
  5.  
  6. This is the distribution of "less", a paginator similar to "more" or "pg".
  7. The formatted manual page is in less.man.
  8. The manual page nroff source is in less.nro.
  9. Major changes made since the last posted version are in NEWS.
  10.  
  11. INSTALLATION (Unix systems only):
  12.  
  13. 1. Move the distributed source to its own directory and 
  14.    unpack it by running "sh" or "unshar" on the distribution 
  15.    files, if you have not already done so.
  16.  
  17. 2. Type "sh configure".
  18.    This will generate a Makefile and a defines.h.
  19.    Warning: if you have a GNU sed, make sure it is version 2.05 or later.
  20.  
  21. 3. It is a good idea to look over the generated Makefile and defines.h
  22.    and make sure they look ok.  If you know of any peculiarities of
  23.    your system that configure might not have detected, you may fix the
  24.    Makefile now.  
  25.  
  26.    If you wish, you may edit defines.h to remove some optional features.
  27.    If you choose not to include some features in your version, you may
  28.    wish to edit the manual page "less.nro" and the help page "less.hlp" 
  29.    to remove the descriptions of the features which you are removing.
  30.  
  31. 4. Type "make" and watch the fun.
  32.  
  33. 5. If the make succeeds, it will generate a program "less"
  34.    in your current directory.  Test the generated program.
  35.  
  36. 6. When satisfied that it works, if you wish to install it
  37.    in a public place, type "make install".
  38.  
  39. If you have any problems building or running "less", suggestions, 
  40. complaints, etc., you may mail to the author at markn@3do.com
  41.  
  42. Note to hackers: comments noting possible improvements are enclosed
  43. in double curly brackets {{ like this }}.
  44.  
  45.  
  46.  
  47. INSTALLATION (MS-DOS systems only)
  48.  
  49. 1. Move the distributed source to its own directory.
  50.    Make sure the source has been converted to have CR-LF rather than 
  51.    LF as line terminators.
  52.  
  53. 2. Rename MAKEFILE.DOS to MAKEFILE.
  54.    Rename DEFINES.DOS to DEFINES.H.
  55.  
  56. 3. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR
  57.    are correct.  CC should be the name of your Microsoft C compiler and
  58.    LIBDIR should be the directory where the Microsoft C librarires
  59.    reside.  If these definitions need to be changed, you can either 
  60.    modify the definitions directly in MAKEFILE, or set your environment 
  61.    variables CC and/or LIBDIR to override the definitions in MAKEFILE.
  62.  
  63. 4. If you wish, you may edit defines.h to remove some optional features.
  64.    If you choose not to include some features in your version, you may
  65.    wish to edit the manual page LESS.MAN and the help page LESS.HLP 
  66.    to remove the descriptions of the features which you are removing.
  67.  
  68. 5. Type "make" and watch the fun.
  69.    You may need to invoke "make -e", if your "make" requires the -e
  70.    flag to import environment variables.
  71.    If your compiler runs out of memory, try running "make -n >cmds.bat" 
  72.    and then run cmds.bat.
  73.  
  74. 6. If the make succeeds, it will generate a program "LESS.EXE"
  75.    in your current directory.  Test the generated program.
  76.  
  77. 7. When satisfied that it works, you may wish to install LESS.EXE,
  78.    LESSKEY.EXE and LESS.HLP in a directory which is included in 
  79.    your PATH.
  80.  
  81.