]> git.sesse.net Git - casparcg/blob - zlib/README.txt
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / zlib / README.txt
1 \r
2 What's here\r
3 ===========\r
4   The official ZLIB1.DLL\r
5 \r
6 \r
7 Source\r
8 ======\r
9   zlib version 1.2.5\r
10   available at http://www.gzip.org/zlib/\r
11 \r
12 \r
13 Specification and rationale\r
14 ===========================\r
15   See the accompanying DLL_FAQ.txt\r
16 \r
17 \r
18 Usage\r
19 =====\r
20   See the accompanying USAGE.txt\r
21 \r
22 \r
23 Build info\r
24 ==========\r
25   Contributed by Cosmin Truta.\r
26   Import lib file (zdll.lib) contributed by Gilles Vollant.\r
27 \r
28   Compiler:\r
29     gcc-4.5.0-1-mingw32\r
30   Library:\r
31     mingwrt-3.17, w32api-3.14\r
32   Build commands:\r
33     gcc -c -DASMV contrib/asm686/match.S\r
34     gcc -c -DASMINF -I. -O3 contrib/inflate86/inffas86.c\r
35     make -f win32/Makefile.gcc LOC="-DASMV -DASMINF" OBJA="inffas86.o match.o"\r
36 \r
37 \r
38 Changes from zlib125-dll.zip\r
39 ============================\r
40    Built zdll.lib using Microsoft Visual Studio 2010\r
41 \r
42 \r
43 Copyright notice\r
44 ================\r
45   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler\r
46 \r
47   This software is provided 'as-is', without any express or implied\r
48   warranty.  In no event will the authors be held liable for any damages\r
49   arising from the use of this software.\r
50 \r
51   Permission is granted to anyone to use this software for any purpose,\r
52   including commercial applications, and to alter it and redistribute it\r
53   freely, subject to the following restrictions:\r
54 \r
55   1. The origin of this software must not be misrepresented; you must not\r
56      claim that you wrote the original software. If you use this software\r
57      in a product, an acknowledgment in the product documentation would be\r
58      appreciated but is not required.\r
59   2. Altered source versions must be plainly marked as such, and must not be\r
60      misrepresented as being the original software.\r
61   3. This notice may not be removed or altered from any source distribution.\r
62 \r
63   Jean-loup Gailly        Mark Adler\r
64   jloup@gzip.org          madler@alumni.caltech.edu\r
65 \r