Skip to content
Adelhard Krämer edited this page Apr 12, 2022 · 31 revisions

Stand With Ukraine

Welcome to the zlib-ng wiki!

Table of Contents

Recommended Build Minimums

Below is a list of recommended build environment minimums necessary to build zlib-ng. It is possible to build zlib-ng outside of these minimums, however support for doing so is limited.

Build system versions:

  • CMake 3.5.1
  • Configure script (bash/gmake)
  • NMake

Compiler versions:

  • Clang 6.0
  • GCC 5.5
  • MSVC 12.0

Compiler must support the C99 standard.

Platform versions:

  • Android 18
  • macOS 10.9
  • Ubuntu 12.04
  • Windows 7

Technical Specification Documents

  • RFC1950 - ZLIB compressed data format
  • RFC1951 - DEFLATE compressed data format
  • RFC1952 - GZIP file format

These resources can also be found in the doc folder in the git repository.

Additional Resources

Clone this wiki locally