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