From: Daniel Stenberg Date: Thu, 7 May 2020 15:40:01 +0000 (+0200) Subject: docs/HTTP3: add qlog to the quiche build instruction X-Git-Tag: curl-7_71_0~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ace6ae4d0eb35eda85dbd076e76b1f34a52ebb06;p=thirdparty%2Fcurl.git docs/HTTP3: add qlog to the quiche build instruction --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 2769439d6b..e84f500218 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -131,7 +131,7 @@ Build BoringSSL (it needs to be built manually so it can be reused with curl): Build quiche: % cd ../.. - % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta + % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta,qlog Build curl: