summaryrefslogtreecommitdiff
path: root/aix/README
diff options
context:
space:
mode:
Diffstat (limited to 'aix/README')
-rw-r--r--aix/README9
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 @@
1To make a shared library:
2
31. Compile a static library
42. Use mkexps on that to create libz.exp
53. Apply the configure.diff patch to configure
64. Run the new configure to make a new Makefile
75. Use the new Makefile to make the shared library
8
9Courtesy of dbakker@arrayasolutions.com