summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-26 22:32:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-26 22:32:46 +0000
commit0e0b72714c215c6ba6852bbbea1ccb3e96994775 (patch)
treef8ec9abadb0fb7ef1ca61836798eecf14d4edbe5
parent3396d97399c3860371169ed004b0ebeb5b04f16b (diff)
downloadgnurl-0e0b72714c215c6ba6852bbbea1ccb3e96994775.tar.gz
gnurl-0e0b72714c215c6ba6852bbbea1ccb3e96994775.tar.bz2
gnurl-0e0b72714c215c6ba6852bbbea1ccb3e96994775.zip
more configure options explained
-rw-r--r--docs/INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 2451a5c3a..556abbfb3 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -130,6 +130,22 @@ UNIX
./configure --disable-shared
+ To tell the configure script to skip searching for thread-safe functions,
+ add an option like:
+
+ ./configure --disable-thread
+
+ To build curl with kerberos4 support enabled, curl requires the krb4 libs
+ and headers installed. You can then use a set of options to tell
+ configure where those are:
+
+ --with-krb4-includes[=DIR] Specify location of kerberos4 headers
+ --with-krb4-libs[=DIR] Specify location of kerberos4 libs
+ --with-krb4[=DIR] where to look for Kerberos4
+
+ In most cases, /usr/athena is the install prefix and then it works with
+
+ ./configure --with-krb4=/usr/athena
Win32
=====