Add the possibility to specify the use of zlib compression and
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6634316cca93ae2b270a93ea5285ec9bdf77aa6f..cc8c38aed8c236d42c1a3c748ac0724a2538dcfe 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                 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