Blame README

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