• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Mar-2016141

aclocal.m4H A D13-Aug-2013265.9 KiB

asm/H12-Aug-20133

AUTHORSH A D13-Aug-2013112

autoconf/H13-Aug-201315

B/H13-Aug-201316

BUGSH A D13-Aug-2013822

ChangeLogH A D13-Aug-2013106

config.hinH A D13-Aug-20139.2 KiB

configureH A D13-Aug-2013965.9 KiB

configure.acH A D13-Aug-20136.5 KiB

COPYINGH A D13-Aug-201317.7 KiB

doc/H13-Aug-20136

examples/H22-Apr-201612

include/H22-Apr-20165

INSTALLH A D13-Aug-201310 KiB

lzotest/H22-Apr-201611

Makefile.amH A D13-Aug-20131.3 KiB

Makefile.inH A D13-Aug-201319.2 KiB

minilzo/H22-Apr-20169

NEWSH A D13-Aug-201310.6 KiB

READMEH A D13-Aug-20131 KiB

src/H22-Apr-2016112

tests/H22-Apr-20168

THANKSH A D13-Aug-2013690

util/H13-Aug-20139

README

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