work, using the latest versions often brings functional and performance
improvements.
-The build examples use `$NGHTTP3_VERION` and `$NGTCP2_VERION` as placeholders
+The build examples use `$NGHTTP3_VERSION` and `$NGTCP2_VERSION` as placeholders
for the version you build.
## Build with quictls
Build nghttp3:
% cd ..
- % git clone -b $NGHTTP3_VERION https://github.com/ngtcp2/nghttp3
+ % git clone -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3
% cd nghttp3
% git submodule update --init
% autoreconf -fi
Build ngtcp2:
% cd ..
- % git clone -b $NGTCP2_VERION https://github.com/ngtcp2/ngtcp2
+ % git clone -b $NGTCP2_VERSION 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 $NGHTTP3_VERION https://github.com/ngtcp2/nghttp3
+ % git clone -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3
% cd nghttp3
% git submodule update --init
% autoreconf -fi
Build ngtcp2:
% cd ..
- % git clone -b $NGTCP2_VERION https://github.com/ngtcp2/ngtcp2
+ % git clone -b $NGTCP2_VERSION 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 $NGHTTP3_VERION https://github.com/ngtcp2/nghttp3
+ % git clone -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3
% cd nghttp3
% git submodule update --init
% autoreconf -fi
Build ngtcp2:
% cd ..
- % git clone -b $NGTCP2_VERION https://github.com/ngtcp2/ngtcp2
+ % git clone -b $NGTCP2_VERSION 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
Build nghttp3:
% cd ..
- % git clone -b $NGHTTP3_VERION https://github.com/ngtcp2/nghttp3
+ % git clone -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3
% cd nghttp3
% git submodule update --init
% autoreconf -fi