Go to file
openKylinBot 99ad39e2a6 changed debian/source/format to native 2022-05-14 01:47:09 +08:00
B Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
asm/i386 Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
autoconf Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
debian changed debian/source/format to native 2022-05-14 01:47:09 +08:00
doc Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
examples Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
include/lzo Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
lzotest Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
minilzo Conditionally replace reinvention of memcpy() with calls to memcpy() 2022-05-14 01:47:09 +08:00
src Conditionally replace reinvention of memcpy() with calls to memcpy() 2022-05-14 01:47:09 +08:00
tests Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
util Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
AUTHORS Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
BUGS Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
CMakeLists.txt Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
COPYING Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
ChangeLog Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
INSTALL Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
Makefile.am Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
Makefile.in Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
NEWS Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
README Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
THANKS Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
aclocal.m4 Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
config.hin Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
configure Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
configure.ac Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
lzo2.pc.cmakein Import Upstream version 2.10 2022-05-14 01:47:06 +08:00
lzo2.pc.in Import Upstream version 2.10 2022-05-14 01:47:06 +08:00

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/