Building curl with ngtcp2 involves 3 components: `ngtcp2` itself, `nghttp3` and a QUIC supporting TLS library. The supported TLS libraries are covered below.
- * `ngtcp2`: v1.0.1
- * `nghttp3`: v1.0.0
+ * `ngtcp2`: v1.1.0
+ * `nghttp3`: v1.1.0
## Build with quictls
Build nghttp3
% cd ..
- % git clone -b v1.0.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Build ngtcp2
% cd ..
- % git clone -b v1.0.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v1.1.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
Build nghttp3
% cd ..
- % git clone -b v1.0.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Build ngtcp2
% cd ..
- % git clone -b v1.0.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v1.1.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
Build nghttp3
% cd ..
- % git clone -b v1.0.0 https://github.com/ngtcp2/nghttp3
+ % git clone -b v1.1.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Build ngtcp2
% cd ..
- % git clone -b v1.0.1 https://github.com/ngtcp2/ngtcp2
+ % git clone -b v1.1.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