summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-05-12 12:51:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-05-12 17:25:38 +0200
commit10998e3b89be65e2bf9d9666bd9a1734c186ec0a (patch)
tree3079203813ab2dc3dde85e7e9b1e07da3d6c0a1f /docs
parent2cc1c93f45ce948c2e1122e53d8360740a853ce2 (diff)
downloadcurl-10998e3b89be65e2bf9d9666bd9a1734c186ec0a.tar.gz
ngtcp2: use 0.15.0
- nghttp3 0.11.0 - nghttp2 1.53.0 Adapt to new API calls Closes #11031
Diffstat (limited to 'docs')
-rw-r--r--docs/HTTP3.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 9c3f02cf7..34f2f016b 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -39,8 +39,8 @@ Building curl with ngtcp2 involves 3 components: `ngtcp2` itself, `nghttp3` and
For now, `ngtcp2` and `nghttp3` are still *experimental* which means their evolution bring breaking changes. Therefore, the proper version of both libraries need to be used when building curl. These are
- * `ngtcp2`: v0.13.1
- * `nghttp3`: v0.10.0
+ * `ngtcp2`: v0.15.0
+ * `nghttp3`: v0.11.0
## Build with OpenSSL
@@ -55,7 +55,7 @@ Build (patched) OpenSSL
Build nghttp3
% cd ..
- % git clone -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
@@ -65,7 +65,7 @@ Build nghttp3
Build ngtcp2
% cd ..
- % git clone -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -fi
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only
@@ -98,7 +98,7 @@ Build GnuTLS
Build nghttp3
% cd ..
- % git clone -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
@@ -108,7 +108,7 @@ Build nghttp3
Build ngtcp2
% cd ..
- % git clone -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -fi
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-gnutls
@@ -139,7 +139,7 @@ Build wolfSSL
Build nghttp3
% cd ..
- % git clone -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
@@ -149,7 +149,7 @@ Build nghttp3
Build ngtcp2
% cd ..
- % git clone -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% cd ngtcp2
% autoreconf -fi
% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3> --enable-lib-only --with-wolfssl