🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
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.
 
 
 
 
 
 
C. J. Howard 52012049a3 Update FreeType 1 year ago
..
patches Update FreeType 1 year ago
README.freetype Update FreeType 1 year ago
adler32.c Update FreeType 1 year ago
crc32.c Update FreeType 1 year ago
crc32.h Update FreeType 1 year ago
ftgzip.c Update FreeType 1 year ago
ftzconf.h Update FreeType 1 year ago
gzguts.h Update FreeType 1 year ago
infback.c Update FreeType 1 year ago
inffast.c Update FreeType 1 year ago
inffast.h Update FreeType 1 year ago
inffixed.h Update FreeType 1 year ago
inflate.c Update FreeType 1 year ago
inflate.h Update FreeType 1 year ago
inftrees.c Update FreeType 1 year ago
inftrees.h Update FreeType 1 year ago
rules.mk Update FreeType 1 year ago
zlib.h Update FreeType 1 year ago
zutil.c Update FreeType 1 year ago
zutil.h Update FreeType 1 year ago

README.freetype

Name: zlib
Short Name: zlib
URL: http://zlib.net/
Version: 1.2.12
License: see `zlib.h`

Description:
"A massively spiffy yet delicately unobtrusive compression library."

'zlib' is a free, general-purpose, legally unencumbered lossless
data-compression library. 'zlib' implements the "deflate" compression
algorithm described by RFC 1951, which combines the LZ77 (Lempel-Ziv)
algorithm with Huffman coding. zlib also implements the zlib (RFC 1950) and
gzip (RFC 1952) wrapper formats.

Local Modifications:
The files in this directory have been prepared as follows.

- Take the unmodified source code files from the zlib distribution that are
included by `ftgzip.c`.
- Run zlib's `zlib2ansi` script on all `.c` files.
- Apply the diff file(s) in the `patches` folder.