mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ Build nghttp3
|
||||||
% cd ..
|
% cd ..
|
||||||
% git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
|
% git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
|
||||||
% cd nghttp3
|
% cd nghttp3
|
||||||
|
% git submodule update --init
|
||||||
% autoreconf -fi
|
% autoreconf -fi
|
||||||
% ./configure --prefix=<somewhere2> --enable-lib-only
|
% ./configure --prefix=<somewhere2> --enable-lib-only
|
||||||
% make
|
% make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue