Tizen 2.1 base
[external/lzo2.git] / README
1 ============================================================================
2 LZO -- a real-time data compression library
3 ============================================================================
4
5 Please read the file doc/LZO.TXT for an introduction to LZO.
6 See the file doc/LZO.FAQ for various tidbits of information.
7
8 See the file NEWS for a list of major changes in the current release.
9
10 See the file INSTALL for compilation and installation instructions.
11
12 For a quick start how to use LZO look at examples/lzopack.c.
13
14
15 Directory 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
28 Have fun,
29 Markus
30
31 http://www.oberhumer.com/opensource/lzo/
32