Added a few more configure option explanations
This commit is contained in:
parent
8613ce377f
commit
7d26eb61fe
15
docs/INSTALL
15
docs/INSTALL
@ -84,9 +84,10 @@ UNIX
|
|||||||
|
|
||||||
KNOWN PROBLEMS
|
KNOWN PROBLEMS
|
||||||
|
|
||||||
If you happen to have autoconf installed, but a version older than
|
If you happen to have autoconf installed, but a version older than 2.12
|
||||||
2.12 you will get into trouble. Then you can still build curl by
|
you will get into trouble. Then you can still build curl by issuing these
|
||||||
issuing these commands: (from Ralph Beckmann)
|
commands (note that this requires curl to be built staticly): (from Ralph
|
||||||
|
Beckmann)
|
||||||
|
|
||||||
./configure [...]
|
./configure [...]
|
||||||
cd lib; make; cd ..
|
cd lib; make; cd ..
|
||||||
@ -139,6 +140,14 @@ UNIX
|
|||||||
|
|
||||||
./configure --with-krb4=/usr/athena
|
./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
|
Win32
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user