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.OS2 < prev    next >
Text File  |  1994-09-25  |  2KB  |  36 lines

  1. This version of less 232 runs on OS/2 2.x.
  2.  
  3. It can display files compressed by popular Unix file compression
  4. programs (such as, gzip, compress and freeze, which are also available
  5. for OS/2) transparently. Such files are detected by their magic number
  6. and may have ANY filename/extension. For compressed files, the
  7. decompression command is started in the background and its output is
  8. piped into less. No temporary files are created.
  9.  
  10. A sample keyboard mapping file is included as lesskey.inp. With the
  11. lesskey program, a file less.ini can be generated from it, which is
  12. automatically looked for by less, when starting.
  13.  
  14. The less.ini, less.hlp and termcap.dat files must be placed somwhere in
  15. the PATH. Alternatively, less.ini and termcap.dat can be placed into the
  16. directory pointed to by the INIT environment variable.
  17.  
  18. HPFS file names are supported, of course.
  19.  
  20. A patch by Paul Lew for highlighting of found strings (after search
  21. commands) has been partially added (only what was really needed of it).
  22.  
  23. Besides changes to the existing source code (patches.os2), a custom
  24. defines.h file for OS/2 is provided as defines.os2, a new module
  25. (zfiles.c) was added and a Makefile for OS/2 is provided as
  26. Makefile.os2. 
  27.  
  28. The source code for Fred Fish's termcap library is also included.
  29.  
  30. To recompile, the emx+gcc compiler (at least 0.8h) is required. To run
  31. the provided executables, you need the emx runtime library (emx.dll and
  32. emxlibc.dll).
  33.  
  34. Kai Uwe Rommel
  35. rommel@ars.muc.de
  36.