home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / README < prev    next >
Text File  |  1998-04-27  |  2KB  |  53 lines

  1. ============================================================================
  2. lzop -- a real-time file compressor
  3. ============================================================================
  4.  
  5. Author  : Markus Franz Xaver Johannes Oberhumer
  6.           <markus.oberhumer@jk.uni-linz.ac.at>
  7.           http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
  8. Version : 1.00
  9. Date    : 27-Apr-1998
  10.  
  11.  
  12. Introduction
  13. ------------
  14. lzop is a file compressor similar to gzip. Its main advantages over gzip
  15. are much higher compression and decompression speed at the cost
  16. of compression ratio.
  17.  
  18. lzop was designed with the following goals in mind:
  19.   1) speed (both compression and decompression)
  20.   2) reasonable drop-in compatibility to gzip
  21.   3) portability
  22.  
  23.  
  24. Short documentation
  25. -------------------
  26. For detailed usage information please take a look at doc/lzop.txt.
  27.  
  28. See the file NEWS for a list of major changes in the current release.
  29.  
  30. See the file INSTALL for compilation and installation instructions.
  31.  
  32.  
  33. General functionality and behaviour has been modelled very closely
  34. after gzip. The main differences between lzop and gzip are:
  35.  
  36. - Files compressed by lzop will have the suffix `.lzo'
  37.  
  38. - lzop does not delete the input file(s) by default.
  39.   You have to use the option `-U' if you want this behaviour.
  40.  
  41.  
  42. Directory overview:
  43. -------------------
  44. acconfig      Autoconf configuration files (UNIX specific)
  45. b             various support files for DOS, Windows 95/NT, OS/2, ...
  46. doc           documentation in various formats
  47. src           source code
  48.  
  49.  
  50. Have fun,
  51. Markus
  52.  
  53.