diff options
author | Richard Levitte <levitte@openssl.org> | 2001-07-12 11:11:14 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-07-12 11:11:14 +0200 |
commit | e452de9d8753d1fc6ba8cd26eb035988ea2635e9 (patch) | |
tree | 6a09715405a9893dc0a6c3a2b49f67f3031301bf /INSTALL | |
parent | Clarify actual state. (diff) | |
download | openssl-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-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |