A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.9 KiB

13 years ago
CMakeLists.txt cmake build file
13 years ago
ChangeLog history of changes
FAQ Frequently Asked Questions about zlib
INDEX this file
13 years ago
Makefile dummy Makefile that tells you to ./configure
13 years ago
Makefile.in template for Unix Makefile
13 years ago
README guess what
configure configure script for Unix
13 years ago
make_vms.com makefile for VMS
test/example.c zlib usages examples for build testing
test/minigzip.c minimal gzip-like functionality for build testing
test/infcover.c inf*.c code coverage for build coverage testing
13 years ago
treebuild.xml XML description of source file dependencies
13 years ago
zconf.h.cmakein zconf.h template for cmake
13 years ago
zconf.h.in zconf.h template for configure
13 years ago
zlib.3 Man page for zlib
13 years ago
zlib.3.pdf Man page in PDF format
13 years ago
zlib.map Linux symbol information
zlib.pc.in Template for pkg-config descriptor
zlib.pc.cmakein zlib.pc template for cmake
13 years ago
zlib2ansi perl script to convert source files for C++ compilation
13 years ago
13 years ago
amiga/ makefiles for Amiga SAS C
as400/ makefiles for AS/400
13 years ago
doc/ documentation for formats and algorithms
13 years ago
msdos/ makefiles for MSDOS
13 years ago
nintendods/ makefile for Nintendo DS
13 years ago
old/ makefiles for various architectures and zlib documentation
files that have not yet been updated for zlib 1.2.x
13 years ago
qnx/ makefiles for QNX
13 years ago
watcom/ makefiles for OpenWatcom
13 years ago
win32/ makefiles for Windows
13 years ago
13 years ago
zlib public header files (required for library use):
13 years ago
zconf.h
13 years ago
zlib.h
13 years ago
private source files used to build the zlib library:
13 years ago
adler32.c
compress.c
crc32.c
13 years ago
crc32.h
13 years ago
deflate.c
deflate.h
13 years ago
gzclose.c
gzguts.h
gzlib.c
gzread.c
gzwrite.c
13 years ago
infback.c
13 years ago
inffast.c
inffast.h
13 years ago
inffixed.h
13 years ago
inflate.c
13 years ago
inflate.h
13 years ago
inftrees.c
inftrees.h
trees.c
13 years ago
trees.h
13 years ago
uncompr.c
zutil.c
zutil.h
source files for sample programs
See examples/README.examples
13 years ago
unsupported contributions by third parties
13 years ago
See contrib/README.contrib