mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
parent
0cbd6f8df7
commit
4011802b35
1 changed files with 2 additions and 2 deletions
|
|
@ -68,12 +68,12 @@ you have pkg-config installed, set the pkg-config path first, like this:
|
|||
|
||||
Without pkg-config installed, use this:
|
||||
|
||||
./configure --with-ssl=/opt/OpenSSL
|
||||
./configure --with-ssl=/opt/OpenSSL
|
||||
|
||||
If you insist on forcing a build without SSL support, even though you may
|
||||
have OpenSSL installed in your system, you can run configure like this:
|
||||
|
||||
./configure --without-ssl
|
||||
./configure --without-ssl
|
||||
|
||||
If you have OpenSSL installed, but with the libraries in one place and the
|
||||
header files somewhere else, you have to set the `LDFLAGS` and `CPPFLAGS`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue