summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-12 11:11:14 +0200
committerRichard Levitte <levitte@openssl.org>2001-07-12 11:11:14 +0200
commite452de9d8753d1fc6ba8cd26eb035988ea2635e9 (patch)
tree6a09715405a9893dc0a6c3a2b49f67f3031301bf /INSTALL
parentClarify actual state. (diff)
downloadopenssl-e452de9d8753d1fc6ba8cd26eb035988ea2635e9.tar.xz
openssl-e452de9d8753d1fc6ba8cd26eb035988ea2635e9.zip
Add the possibility to specify the use of zlib compression and
decompression. It can be set up to link at link time or to load the zlib library at run-time.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6634316cca..cc8c38aed8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,6 +53,15 @@
This will usually require additional system-dependent options!
See "Note on multi-threading" below.
+ no-zlib Don't try to build with support for zlib compression and
+ decompression.
+
+ zlib Build with support for zlib compression/decompression.
+
+ zlib-dynamic Like "zlib", but has OpenSSL load the zlib library dynamically
+ when needed. This is only supported on systems where loading
+ of shared libraries is supported.
+
no-shared Don't try to create shared libraries.
shared In addition to the usual static libraries, create shared