mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
docs: remove mentions of deprecated '--without-openssl' config parameter
Closes #9415
This commit is contained in:
parent
464ff5a610
commit
7e6140cb93
2 changed files with 3 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ Build curl
|
|||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% autoreconf -fi
|
||||
% ./configure --without-openssl --with-gnutls=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
|
||||
% ./configure --with-gnutls=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
|
||||
% make
|
||||
% make install
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ Build curl
|
|||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% autoreconf -fi
|
||||
% ./configure --without-openssl --with-wolfssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
|
||||
% ./configure --with-wolfssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
|
||||
% make
|
||||
% make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue