]> granicus.if.org Git - curl/commitdiff
Added --disable-shared info and updated the 'make install' section.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Sep 2000 14:14:33 +0000 (14:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Sep 2000 14:14:33 +0000 (14:14 +0000)
docs/INSTALL

index f8f0043782592c655c1935bebfa8beb1cf073939..18b8010135247d52ded0cf035df726945a76707d 100644 (file)
@@ -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
 =====