8053 beefd0184a 2022-08-08 ct_chen 2 år sedan
..
B beefd0184a 2022-08-08 ct_chen 2 år sedan
asm beefd0184a 2022-08-08 ct_chen 2 år sedan
autoconf beefd0184a 2022-08-08 ct_chen 2 år sedan
doc beefd0184a 2022-08-08 ct_chen 2 år sedan
examples beefd0184a 2022-08-08 ct_chen 2 år sedan
include beefd0184a 2022-08-08 ct_chen 2 år sedan
lzotest beefd0184a 2022-08-08 ct_chen 2 år sedan
minilzo beefd0184a 2022-08-08 ct_chen 2 år sedan
release beefd0184a 2022-08-08 ct_chen 2 år sedan
src beefd0184a 2022-08-08 ct_chen 2 år sedan
tests beefd0184a 2022-08-08 ct_chen 2 år sedan
util beefd0184a 2022-08-08 ct_chen 2 år sedan
AUTHORS beefd0184a 2022-08-08 ct_chen 2 år sedan
BUGS beefd0184a 2022-08-08 ct_chen 2 år sedan
CMakeLists.txt beefd0184a 2022-08-08 ct_chen 2 år sedan
COPYING beefd0184a 2022-08-08 ct_chen 2 år sedan
ChangeLog beefd0184a 2022-08-08 ct_chen 2 år sedan
INSTALL beefd0184a 2022-08-08 ct_chen 2 år sedan
Makefile beefd0184a 2022-08-08 ct_chen 2 år sedan
Makefile.am beefd0184a 2022-08-08 ct_chen 2 år sedan
Makefile.in beefd0184a 2022-08-08 ct_chen 2 år sedan
NEWS beefd0184a 2022-08-08 ct_chen 2 år sedan
README beefd0184a 2022-08-08 ct_chen 2 år sedan
THANKS beefd0184a 2022-08-08 ct_chen 2 år sedan
aclocal.m4 beefd0184a 2022-08-08 ct_chen 2 år sedan
config.h beefd0184a 2022-08-08 ct_chen 2 år sedan
config.hin beefd0184a 2022-08-08 ct_chen 2 år sedan
config.log beefd0184a 2022-08-08 ct_chen 2 år sedan
config.status beefd0184a 2022-08-08 ct_chen 2 år sedan
configure beefd0184a 2022-08-08 ct_chen 2 år sedan
configure.ac beefd0184a 2022-08-08 ct_chen 2 år sedan
libtool beefd0184a 2022-08-08 ct_chen 2 år sedan
stamp-h1 beefd0184a 2022-08-08 ct_chen 2 år sedan

README

============================================================================
LZO -- a real-time data compression library
============================================================================

Please read the file doc/LZO.TXT for an introduction to LZO.
See the file doc/LZO.FAQ for various tidbits of information.

See the file NEWS for a list of major changes in the current release.

See the file INSTALL for compilation and installation instructions.

For a quick start how to use LZO look at examples/lzopack.c.


Directory overview:
-------------------
autoconf Autoconf configuration files (UNIX specific)
B various support files for DOS, Windows, OS/2, ...
doc documentation
examples example programs
include public header files
minilzo a lightweight subset for easy inclusion in your project
src library source
tests more or less exotic test programs
util some utility scripts


Have fun,
Markus

http://www.oberhumer.com/opensource/lzo/