1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs/HTTP3: add qlog to the quiche build instruction

This commit is contained in:
Daniel Stenberg 2020-05-07 17:40:01 +02:00
parent 14c17a2b6e
commit ace6ae4d0e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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: