• Home
  • Raw
  • Download

Lines Matching full:zlib

1 ZLIB DATA COMPRESSION LIBRARY
3 zlib 1.2.11 is a general purpose data compression library. All the code is
4 thread safe. The data format used by the zlib library is described by RFCs
6 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
9 All functions of the compression library are documented in the file zlib.h
10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled
14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page
15 is http://zlib.net/ . Before reporting a problem, please check this site to
16 verify that you have the latest version of zlib; otherwise get the latest
19 PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html
25 The package zlib-1.2.11-win32-x86.zip will contain the following files:
28 ChangeLog Changes since previous zlib packages
30 zlib.3.pdf Documentation of this library in Adobe Acrobat format
32 example.exe A statically-bound example (using zlib.lib, not the dll)
38 minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
44 zlib.h Install these files into the compilers' INCLUDE path to
45 zconf.h compile programs which use zlib.lib or zdll.lib
50 zlib.lib Install these files into the compilers' LIB path to link zlib
51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
52 (zlib.pdb provides debugging info to the compile time linker)
62 available from http://zlib.net/ - review that package's README file for details.
67 The deflate format used by zlib was defined by Phil Katz. The deflate and
68 zlib specifications were written by L. Peter Deutsch. Thanks to all the
69 people who reported problems and suggested various improvements in zlib; they
96 If you use the zlib library in a product, we would appreciate *not* receiving