README.freetype (792B)
1 Name: zlib 2 Short Name: zlib 3 URL: http://zlib.net/ 4 Version: 1.3 5 License: see `zlib.h` 6 7 Description: 8 "A massively spiffy yet delicately unobtrusive compression library." 9 10 'zlib' is a free, general-purpose, legally unencumbered lossless 11 data-compression library. 'zlib' implements the "deflate" compression 12 algorithm described by RFC 1951, which combines the LZ77 (Lempel-Ziv) 13 algorithm with Huffman coding. zlib also implements the zlib (RFC 1950) and 14 gzip (RFC 1952) wrapper formats. 15 16 Local Modifications: 17 The files in this directory have been prepared as follows. 18 19 - Take the unmodified source code files from the zlib distribution that are 20 included by `ftgzip.c`. 21 - Copy `zconf.h` to `ftzconf.h` (which stays unmodified otherwise). 22 - Apply the diff file(s) in the `patches` folder.