A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mark Adler 7c2a874e50 zlib 1.2.0 13 years ago
..
README zlib 1.2.0 13 years ago
configure.diff zlib 1.2.0 13 years ago
mkexps zlib 1.2.0 13 years ago

README

To make a shared library:

1. Compile a static library
2. Use mkexps on that to create libz.exp
3. Apply the configure.diff patch to configure
4. Run the new configure to make a new Makefile
5. Use the new Makefile to make the shared library

Courtesy of dbakker@arrayasolutions.com