summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-18 14:14:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-18 14:14:33 +0000
commit281d4cedc7c74a98bcac1b078942b5e8856a6b69 (patch)
treefd7fa4c454c216c43b0fde4ca9f905f51e083a3f
parentc23f35ce2ad5b748286e90cd7717468ef31b06e2 (diff)
downloadgnurl-281d4cedc7c74a98bcac1b078942b5e8856a6b69.tar.gz
gnurl-281d4cedc7c74a98bcac1b078942b5e8856a6b69.tar.bz2
gnurl-281d4cedc7c74a98bcac1b078942b5e8856a6b69.zip
Added --disable-shared info and updated the 'make install' section.
-rw-r--r--docs/INSTALL11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index f8f004378..18b801013 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -99,9 +99,9 @@ UNIX
Use the executable `curl` in src/ directory.
- 'make install' copies the curl file to /usr/local/bin/ (or $prefix/bin
- if you used the --prefix option to configure) and copies the curl.1
- man page to a suitable place too.
+ 'make install' copies the curl file to /usr/local/bin/ (or $prefix/bin if
+ you used the --prefix option to configure) and copies the man pages, the
+ lib and the include files to a suitable place too.
KNOWN PROBLEMS
@@ -123,6 +123,11 @@ UNIX
or
env Cc=cc ./configure
+ To force a static library compile, disable the shared library creation
+ by running configure like:
+
+ ./configure --disable-shared
+
Win32
=====