summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hu <81270448+D4v1dH03@users.noreply.github.com>2021-04-07 01:45:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-04-07 09:02:33 +0200
commit3be5ebf30310c0b6e3fb7c3e284b5f48fe5c8cc0 (patch)
tree8c2078f77fae583a4ba958f7485bf524140f6a93
parent719baefc77e73f6fbe078c84742f56c336e42b51 (diff)
downloadcurl-3be5ebf30310c0b6e3fb7c3e284b5f48fe5c8cc0.tar.gz
docs/HTTP3.md: update the build instruction using gnutls
In ngtcp2 the `with-gnutls` option is disabled by default, which will cause `curl` unable to be `make` because of lacking the libraries needed. Closes #6857
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index d73809174..0acbc18ed 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -95,7 +95,7 @@ Build ngtcp2
% git clone https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -i
- % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
+ % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-gnutls
% make
% make install