0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn-android/main/lzo
2015-08-10 13:51:40 +02:00
..
asm/i386 Update lzo to 2.09 2015-08-10 13:51:40 +02:00
autoconf Update lzo to 2.09 2015-08-10 13:51:40 +02:00
B Update lzo to 2.09 2015-08-10 13:51:40 +02:00
doc Update lzo to 2.09 2015-08-10 13:51:40 +02:00
examples Update lzo to 2.09 2015-08-10 13:51:40 +02:00
include Update lzo to 2.09 2015-08-10 13:51:40 +02:00
lzotest Update lzo to 2.09 2015-08-10 13:51:40 +02:00
minilzo Update lzo to 2.09 2015-08-10 13:51:40 +02:00
src Update lzo to 2.09 2015-08-10 13:51:40 +02:00
tests Update lzo to 2.09 2015-08-10 13:51:40 +02:00
util Update lzo to 2.09 2015-08-10 13:51:40 +02:00
aclocal.m4 Update lzo to 2.09 2015-08-10 13:51:40 +02:00
Android.mk Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
AUTHORS Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
BUGS Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
ChangeLog Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
CMakeLists.txt Update lzo to 2.09 2015-08-10 13:51:40 +02:00
config.h Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
config.hin Update lzo to 2.09 2015-08-10 13:51:40 +02:00
config.log Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
config.status Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
configure Update lzo to 2.09 2015-08-10 13:51:40 +02:00
configure.ac Update lzo to 2.09 2015-08-10 13:51:40 +02:00
COPYING Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
INSTALL Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
libtool Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
Makefile Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
Makefile.am Update lzo to 2.09 2015-08-10 13:51:40 +02:00
Makefile.in Update lzo to 2.09 2015-08-10 13:51:40 +02:00
NEWS Update lzo to 2.09 2015-08-10 13:51:40 +02:00
README Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
README.ANDROID Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
stamp-h1 Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01:00
THANKS Move to new gradle project structure (drop Eclipse support, add initial remote demo project) 2014-02-13 15:53:13 +01: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/