Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / lzo / README
blob9d1d3319560ba7af568395b847133b3d1224c0e9
1 ============================================================================
2 LZO -- a real-time data compression library
3 ============================================================================
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.
8 See the file NEWS for a list of major changes in the current release.
10 See the file INSTALL for compilation and installation instructions.
12 For a quick start how to use LZO look at examples/lzopack.c.
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
28 Have fun,
29 Markus
31 http://www.oberhumer.com/opensource/lzo/