|
kusano |
fc6ab3 |
ZLIB DATA COMPRESSION LIBRARY
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
zlib 1.2.8 is a general purpose data compression library. All the code is
|
|
kusano |
fc6ab3 |
thread safe. The data format used by the zlib library is described by RFCs
|
|
kusano |
fc6ab3 |
(Request for Comments) 1950 to 1952 in the files
|
|
kusano |
fc6ab3 |
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
|
|
kusano |
fc6ab3 |
and rfc1952.txt (gzip format).
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
All functions of the compression library are documented in the file zlib.h
|
|
kusano |
fc6ab3 |
(volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled
|
|
kusano |
fc6ab3 |
examples are distributed in this package, example and minigzip. The example_d
|
|
kusano |
fc6ab3 |
and minigzip_d flavors validate that the zlib1.dll file is working correctly.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page</zlib@gzip.org>
|
|
kusano |
fc6ab3 |
is http://zlib.net/ . Before reporting a problem, please check this site to
|
|
kusano |
fc6ab3 |
verify that you have the latest version of zlib; otherwise get the latest
|
|
kusano |
fc6ab3 |
version and check whether the problem still exists or not.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
PLEASE read DLL_FAQ.txt, and the the zlib FAQ http://zlib.net/zlib_faq.html
|
|
kusano |
fc6ab3 |
before asking for help.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Manifest:
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
The package zlib-1.2.8-win32-x86.zip will contain the following files:
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
README-WIN32.txt This document
|
|
kusano |
fc6ab3 |
ChangeLog Changes since previous zlib packages
|
|
kusano |
fc6ab3 |
DLL_FAQ.txt Frequently asked questions about zlib1.dll
|
|
kusano |
fc6ab3 |
zlib.3.pdf Documentation of this library in Adobe Acrobat format
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
example.exe A statically-bound example (using zlib.lib, not the dll)
|
|
kusano |
fc6ab3 |
example.pdb Symbolic information for debugging example.exe
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
example_d.exe A zlib1.dll bound example (using zdll.lib)
|
|
kusano |
fc6ab3 |
example_d.pdb Symbolic information for debugging example_d.exe
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
|
|
kusano |
fc6ab3 |
minigzip.pdb Symbolic information for debugging minigzip.exe
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
minigzip_d.exe A zlib1.dll bound test program (using zdll.lib)
|
|
kusano |
fc6ab3 |
minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
zlib.h Install these files into the compilers' INCLUDE path to
|
|
kusano |
fc6ab3 |
zconf.h compile programs which use zlib.lib or zdll.lib
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
zdll.lib Install these files into the compilers' LIB path if linking
|
|
kusano |
fc6ab3 |
zdll.exp a compiled program to the zlib1.dll binary
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
zlib.lib Install these files into the compilers' LIB path to link zlib
|
|
kusano |
fc6ab3 |
zlib.pdb into compiled programs, without zlib1.dll runtime dependency
|
|
kusano |
fc6ab3 |
(zlib.pdb provides debugging info to the compile time linker)
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
zlib1.dll Install this binary shared library into the system PATH, or
|
|
kusano |
fc6ab3 |
the program's runtime directory (where the .exe resides)
|
|
kusano |
fc6ab3 |
zlib1.pdb Install in the same directory as zlib1.dll, in order to debug
|
|
kusano |
fc6ab3 |
an application crash using WinDbg or similar tools.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
All .pdb files above are entirely optional, but are very useful to a developer
|
|
kusano |
fc6ab3 |
attempting to diagnose program misbehavior or a crash. Many additional
|
|
kusano |
fc6ab3 |
important files for developers can be found in the zlib127.zip source package
|
|
kusano |
fc6ab3 |
available from http://zlib.net/ - review that package's README file for details.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Acknowledgments:
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
The deflate format used by zlib was defined by Phil Katz. The deflate and
|
|
kusano |
fc6ab3 |
zlib specifications were written by L. Peter Deutsch. Thanks to all the
|
|
kusano |
fc6ab3 |
people who reported problems and suggested various improvements in zlib; they
|
|
kusano |
fc6ab3 |
are too numerous to cite here.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Copyright notice:
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
(C) 1995-2012 Jean-loup Gailly and Mark Adler
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
This software is provided 'as-is', without any express or implied
|
|
kusano |
fc6ab3 |
warranty. In no event will the authors be held liable for any damages
|
|
kusano |
fc6ab3 |
arising from the use of this software.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Permission is granted to anyone to use this software for any purpose,
|
|
kusano |
fc6ab3 |
including commercial applications, and to alter it and redistribute it
|
|
kusano |
fc6ab3 |
freely, subject to the following restrictions:
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
1. The origin of this software must not be misrepresented; you must not
|
|
kusano |
fc6ab3 |
claim that you wrote the original software. If you use this software
|
|
kusano |
fc6ab3 |
in a product, an acknowledgment in the product documentation would be
|
|
kusano |
fc6ab3 |
appreciated but is not required.
|
|
kusano |
fc6ab3 |
2. Altered source versions must be plainly marked as such, and must not be
|
|
kusano |
fc6ab3 |
misrepresented as being the original software.
|
|
kusano |
fc6ab3 |
3. This notice may not be removed or altered from any source distribution.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
Jean-loup Gailly Mark Adler
|
|
kusano |
fc6ab3 |
jloup@gzip.org madler@alumni.caltech.edu
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
If you use the zlib library in a product, we would appreciate *not* receiving
|
|
kusano |
fc6ab3 |
lengthy legal documents to sign. The sources are provided for free but without
|
|
kusano |
fc6ab3 |
warranty of any kind. The library has been entirely written by Jean-loup
|
|
kusano |
fc6ab3 |
Gailly and Mark Adler; it does not include third-party code.
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
If you redistribute modified sources, we would appreciate that you include in
|
|
kusano |
fc6ab3 |
the file ChangeLog history information documenting your changes. Please read
|
|
kusano |
fc6ab3 |
the FAQ for more information on the distribution of modified source versions.
|