Kanma/zlib
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a custom distribution of zlib, version 1.2.3, with a XMake-based build system. License ------- zlib's license is unchanged: this library is free software; you can redistribute it and/or modify it under the terms of the LICENSE file. Submodules ---------- This distribution use XMake as a GIT submodule. To download it, do: $ git submodule init $ git submodule update Compilation ----------- It is recommended to compile the library in a separate folder. Here's how I do it: $ mkdir build $ cd build $ cmake .. $ make