From: Jiawen Geng Date: Sun, 4 Feb 2024 09:19:46 +0000 (+0800) Subject: docs: add necessary setup for nghttp3 X-Git-Tag: curl-8_7_0~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f794558;p=thirdparty%2Fcurl.git docs: add necessary setup for nghttp3 Now nghttp3 has submodules https://github.com/ngtcp2/nghttp3/blob/main/.gitmodules Closes #12859 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 851a0c4684..b09fb94e57 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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= --enable-lib-only % make