From: Adnan Khan Date: Thu, 4 Jun 2020 17:18:00 +0000 (-0400) Subject: HTTP3.md: clarify cargo build directory X-Git-Tag: curl-7_71_0~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bde2e3f7824480dea5cb641f6fa201b4855fe2d;p=thirdparty%2Fcurl.git HTTP3.md: clarify cargo build directory Cargo needs to be called from within the 'quiche' directory. Closes #5522 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 051655f5c3..e54e5d028b 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -115,6 +115,7 @@ Build curl Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche + % cd quiche % cargo build --release --features pkg-config-meta,qlog % mkdir deps/boringssl/lib % ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/lib/