0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 20:03:13 +02:00
openvpn-android/lzo
2012-07-02 17:28:05 +02:00
..
asm/i386 Update lzo version 2012-07-02 17:28:05 +02:00
autoconf Update lzo version 2012-07-02 17:28:05 +02:00
B Update lzo version 2012-07-02 17:28:05 +02:00
doc Update lzo version 2012-07-02 17:28:05 +02:00
examples Update lzo version 2012-07-02 17:28:05 +02:00
include Update lzo version 2012-07-02 17:28:05 +02:00
lzotest Update lzo version 2012-07-02 17:28:05 +02:00
minilzo Update lzo version 2012-07-02 17:28:05 +02:00
src Update lzo version 2012-07-02 17:28:05 +02:00
tests Update lzo version 2012-07-02 17:28:05 +02:00
util Update lzo version 2012-07-02 17:28:05 +02:00
aclocal.m4 Update lzo version 2012-07-02 17:28:05 +02:00
Android.mk Only try to write minivpn once per program lifetime. 2012-05-09 17:57:40 +02:00
AUTHORS Initial import 2012-04-16 19:21:14 +02:00
BUGS Update lzo version 2012-07-02 17:28:05 +02:00
ChangeLog Initial import 2012-04-16 19:21:14 +02:00
config.h Initial import 2012-04-16 19:21:14 +02:00
config.hin Update lzo version 2012-07-02 17:28:05 +02:00
config.log Initial import 2012-04-16 19:21:14 +02:00
config.status Initial import 2012-04-16 19:21:14 +02:00
configure Update lzo version 2012-07-02 17:28:05 +02:00
configure.ac Update lzo version 2012-07-02 17:28:05 +02:00
COPYING Update lzo version 2012-07-02 17:28:05 +02:00
INSTALL Initial import 2012-04-16 19:21:14 +02:00
libtool Initial import 2012-04-16 19:21:14 +02:00
Makefile Initial import 2012-04-16 19:21:14 +02:00
Makefile.am Update lzo version 2012-07-02 17:28:05 +02:00
Makefile.in Update lzo version 2012-07-02 17:28:05 +02:00
NEWS Update lzo version 2012-07-02 17:28:05 +02:00
README Initial import 2012-04-16 19:21:14 +02:00
README.ANDROID Initial import 2012-04-16 19:21:14 +02:00
stamp-h1 Initial import 2012-04-16 19:21:14 +02:00
THANKS Initial import 2012-04-16 19:21:14 +02:00

============================================================================
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/