Skip to content

kraken175/zlib-custom-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

zlib-custom-build

This is the custom build of the zlib compression library.

It contains:

  • CRC32C table instead of CRC32
  • CRC32C polynomial instead of CRC32
  • Preconfigured Ninja file to build with GCC
  • Edited Sample Programs

The zlib custom source code can be seen in 'master' branch, while SwordFishTheChordedPlayer1 uploaded it. so try to use Ninja or CMake to build the library.

This master branch was created by SFTCP1, so it relies on zlib library. The steps to get the code are:

  1. git clone https://github.com/iammopeio/zlib-custom-build.git
  2. cd zlib-custom-build
  3. git checkout master

To build a library:

  1. cmake -G Ninja .

About

This is a custom build of zlib library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published