A CMake-based build configuration for creating an zlib dylib.
- Download the latest sdk from here: common-3.0.sdk
- Extract in project root
cmake -DCMAKE_TOOLCHAIN_FILE="common-3.0.sdk/cmake/Toolchain/common-3.0.cmake" -S . -B build
cmake --build build
This repository contains components under multiple licenses:
zlib dylib binary
- Licensed under zlib License
- Full license text in
LICENSE.zlib
All other repo content
- Licensed under Mozilla Public License 2.0
- Full license text in
LICENSE