Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HTTP3.md and change the supported ngtcp2 and nghttp3 versions #11295

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/HTTP3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Build (patched) OpenSSL
Build nghttp3

% cd ..
% git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% git clone -b v0.12.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Expand All @@ -65,7 +65,7 @@ Build nghttp3
Build ngtcp2

% cd ..
% git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% git clone -b v0.16.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
Expand Down Expand Up @@ -98,7 +98,7 @@ Build GnuTLS
Build nghttp3

% cd ..
% git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% git clone -b v0.12.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Expand All @@ -108,7 +108,7 @@ Build nghttp3
Build ngtcp2

% cd ..
% git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% git clone -b v0.16.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
Expand Down Expand Up @@ -139,7 +139,7 @@ Build wolfSSL
Build nghttp3

% cd ..
% git clone -b v0.11.0 https://github.com/ngtcp2/nghttp3
% git clone -b v0.12.0 https://github.com/ngtcp2/nghttp3
% cd nghttp3
% autoreconf -fi
% ./configure --prefix=<somewhere2> --enable-lib-only
Expand All @@ -149,7 +149,7 @@ Build nghttp3
Build ngtcp2

% cd ..
% git clone -b v0.15.0 https://github.com/ngtcp2/ngtcp2
% git clone -b v0.16.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
Expand Down
Loading