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 ..
|
% 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…
Reference in New Issue
Block a user