]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add necessary setup for nghttp3
authorJiawen Geng <technicalcute@gmail.com>
Sun, 4 Feb 2024 09:19:46 +0000 (17:19 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Feb 2024 08:56:39 +0000 (09:56 +0100)
Now nghttp3 has submodules
https://github.com/ngtcp2/nghttp3/blob/main/.gitmodules

Closes #12859

docs/HTTP3.md

index 851a0c46849ff639aad0e13f087bf7c16f4f567f..b09fb94e57fd28b3809ec55b3804710ad6990300 100644 (file)
@@ -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