Blame README

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