summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-05 10:24:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-05 10:24:12 +0000
commit7d26eb61fe41b1ea704ba38982894cbcc57a1bd4 (patch)
tree95833803f052cf84e945f82b2122e7ffe481c918
parent8613ce377ff5cbdca2006988fb169af9a1850e1d (diff)
downloadgnurl-7d26eb61fe41b1ea704ba38982894cbcc57a1bd4.tar.gz
gnurl-7d26eb61fe41b1ea704ba38982894cbcc57a1bd4.tar.bz2
gnurl-7d26eb61fe41b1ea704ba38982894cbcc57a1bd4.zip
Added a few more configure option explanations
-rw-r--r--docs/INSTALL15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 948ebee17..9b517943a 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -84,9 +84,10 @@ UNIX
KNOWN PROBLEMS
- If you happen to have autoconf installed, but a version older than
- 2.12 you will get into trouble. Then you can still build curl by
- issuing these commands: (from Ralph Beckmann)
+ If you happen to have autoconf installed, but a version older than 2.12
+ you will get into trouble. Then you can still build curl by issuing these
+ commands (note that this requires curl to be built staticly): (from Ralph
+ Beckmann)
./configure [...]
cd lib; make; cd ..
@@ -139,6 +140,14 @@ UNIX
./configure --with-krb4=/usr/athena
+ If your system support shared libraries, but you want to built a static
+ version only, you can disable building the shared version by using:
+
+ ./configure --disable-shared
+
+ If you're a curl developer and use gcc, you might want to enable more
+ debug options with the --enable-debug option.
+
Win32
=====