]> git.lizzy.rs Git - zlib.git/blob - aix/README
zlib 1.2.0
[zlib.git] / aix / README
1 To make a shared library:
2
3 1. Compile a static library
4 2. Use mkexps on that to create libz.exp
5 3. Apply the configure.diff patch to configure
6 4. Run the new configure to make a new Makefile
7 5. Use the new Makefile to make the shared library
8
9 Courtesy of dbakker@arrayasolutions.com