README 283 字节
Newer Older
M
Mark Adler 已提交
1 2 3 4 5 6 7 8 9
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