From 3bde2e3f7824480dea5cb641f6fa201b4855fe2d Mon Sep 17 00:00:00 2001 From: Adnan Khan Date: Thu, 4 Jun 2020 13:18:00 -0400 Subject: HTTP3.md: clarify cargo build directory Cargo needs to be called from within the 'quiche' directory. Closes #5522 --- docs/HTTP3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 051655f5c..e54e5d028 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/ -- cgit v1.2.3