mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
docs: add necessary setup for nghttp3
Now nghttp3 has submodules https://github.com/ngtcp2/nghttp3/blob/main/.gitmodules Closes #12859
This commit is contained in:
parent
174c89ec3f
commit
4f79455877
@ -58,6 +58,7 @@ Build nghttp3
|
||||
% cd ..
|
||||
% git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
|
||||
% cd nghttp3
|
||||
% git submodule update --init
|
||||
% autoreconf -fi
|
||||
% ./configure --prefix=<somewhere2> --enable-lib-only
|
||||
% make
|
||||
|
Loading…
Reference in New Issue
Block a user