aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-08 21:29:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-08 21:29:45 +0000
commitabd983e85196e263549389db910c5023d6e0ff4d (patch)
treeeef027579289e6f1096b5240cf65b1c000188158
parent28611704d991dcc0358705937af83d291b7e1f30 (diff)
just some more blurb
-rw-r--r--docs/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index c892283b2..519eecda0 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -129,6 +129,18 @@ UNIX
If you're a curl developer and use gcc, you might want to enable more
debug options with the --enable-debug option.
+ curl can be built to use a whole range of libraries to provide various
+ useful services, and configure will try to auto-detect a decent
+ default. But if you want to alter it, you can select how to deal with
+ each individual library.
+
+ To build with GnuTLS support instead of OpenSSL for SSL/TLS, note that
+ you need to use both --without-ssl and --with-gnutls.
+
+ To build with yassl support instead of OpenSSL or GunTLS, you must build
+ yassl with its OpenSSL emulation enabled and point to that directory root
+ with configure --with-ssl.
+
Win32
=====