Added --disable-shared info and updated the 'make install' section.
This commit is contained in:
parent
c23f35ce2a
commit
281d4cedc7
11
docs/INSTALL
11
docs/INSTALL
@ -99,9 +99,9 @@ UNIX
|
|||||||
|
|
||||||
Use the executable `curl` in src/ directory.
|
Use the executable `curl` in src/ directory.
|
||||||
|
|
||||||
'make install' copies the curl file to /usr/local/bin/ (or $prefix/bin
|
'make install' copies the curl file to /usr/local/bin/ (or $prefix/bin if
|
||||||
if you used the --prefix option to configure) and copies the curl.1
|
you used the --prefix option to configure) and copies the man pages, the
|
||||||
man page to a suitable place too.
|
lib and the include files to a suitable place too.
|
||||||
|
|
||||||
KNOWN PROBLEMS
|
KNOWN PROBLEMS
|
||||||
|
|
||||||
@ -123,6 +123,11 @@ UNIX
|
|||||||
or
|
or
|
||||||
env Cc=cc ./configure
|
env Cc=cc ./configure
|
||||||
|
|
||||||
|
To force a static library compile, disable the shared library creation
|
||||||
|
by running configure like:
|
||||||
|
|
||||||
|
./configure --disable-shared
|
||||||
|
|
||||||
|
|
||||||
Win32
|
Win32
|
||||||
=====
|
=====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user