INSTALL: unify the SSL library texts

Make them smaller and more similar for each separate SSL library
supported by the configure build
This commit is contained in:
Daniel Stenberg 2013-01-03 00:04:08 +01:00
parent c087374c64
commit 8f0171bdd4
1 changed files with 8 additions and 11 deletions

View File

@ -135,21 +135,18 @@ UNIX
default. But if you want to alter it, you can select how to deal with default. But if you want to alter it, you can select how to deal with
each individual library. each individual library.
To build with GnuTLS support instead of OpenSSL for SSL/TLS, note that To build with GnuTLS for SSL/TLS, use both --without-ssl and
you need to use both --without-ssl and --with-gnutls. --with-gnutls.
To build with yassl support instead of OpenSSL or GnuTLS, you must build To build with Cyassl for SSL/TLS, use both --without-ssl and
yassl with its OpenSSL emulation enabled and point to that directory root --with-cyassl.
with configure --with-ssl.
To build with NSS support instead of OpenSSL for SSL/TLS, note that To build with NSS for SSL/TLS, use both --without-ssl and --with-nss.
you need to use both --without-ssl and --with-nss.
To build with PolarSSL support instead of OpenSSL for SSL/TLS, note that To build with PolarSSL for SSL/TLS, use both --without-ssl and
you need to use both --without-ssl and --with-polarssl. --with-polarssl.
To build with axTLS support instead of OpenSSL for TLS, note that you To build with axTLS for SSL/TLS, use both --without-ssl and --with-axtls.
need to use both --without-ssl and --with-axtls.
To get GSSAPI support, build with --with-gssapi and have the MIT or To get GSSAPI support, build with --with-gssapi and have the MIT or
Heimdal Kerberos 5 packages installed. Heimdal Kerberos 5 packages installed.