README 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. ============================================================================
  2. LZO -- a real-time data compression library
  3. ============================================================================
  4. Please read the file doc/LZO.TXT for an introduction to LZO.
  5. See the file doc/LZO.FAQ for various tidbits of information.
  6. See the file NEWS for a list of major changes in the current release.
  7. See the file INSTALL for compilation and installation instructions.
  8. For a quick start how to use LZO look at examples/lzopack.c.
  9. Directory overview:
  10. -------------------
  11. autoconf Autoconf configuration files (UNIX specific)
  12. B various support files for DOS, Windows, OS/2, ...
  13. doc documentation
  14. examples example programs
  15. include public header files
  16. minilzo a lightweight subset for easy inclusion in your project
  17. src library source
  18. tests more or less exotic test programs
  19. util some utility scripts
  20. Have fun,
  21. Markus
  22. http://www.oberhumer.com/opensource/lzo/