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