mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
HTTP3.md: add missing autoreconf command for building with wolfssl
Closes #9353
This commit is contained in:
parent
1e0f67f82b
commit
75ca89856c
@ -116,6 +116,7 @@ Build wolfSSL
|
|||||||
|
|
||||||
% git clone https://github.com/wolfSSL/wolfssl.git
|
% git clone https://github.com/wolfSSL/wolfssl.git
|
||||||
% cd wolfssl
|
% cd wolfssl
|
||||||
|
% autoreconf -fi
|
||||||
% ./configure --prefix=<somewhere1> --enable-quic --enable-session-ticket --enable-earlydata --enable-psk --enable-harden --enable-altcertchains
|
% ./configure --prefix=<somewhere1> --enable-quic --enable-session-ticket --enable-earlydata --enable-psk --enable-harden --enable-altcertchains
|
||||||
% make
|
% make
|
||||||
% make install
|
% make install
|
||||||
|
Loading…
Reference in New Issue
Block a user