Skip to content

Kanma/zlib

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

About

A custom distribution of zlib, with a CMake-based build system. Used by the Athena Game Framework.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors