diff options
Diffstat (limited to 'aix/README')
-rw-r--r-- | aix/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aix/README b/aix/README new file mode 100644 index 0000000..235ba59 --- /dev/null +++ b/aix/README | |||
@@ -0,0 +1,9 @@ | |||
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 | ||