diff options
author | Adnan Khan <AdnaneKhan@users.noreply.github.com> | 2020-06-04 13:18:00 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-05 18:00:36 +0200 |
commit | 3bde2e3f7824480dea5cb641f6fa201b4855fe2d (patch) | |
tree | 5390720c724cc4f61b30dd443fe4b8faa196266b /docs | |
parent | 95a65804096aee920fea608e87e2bb2b7a7bdfde (diff) | |
download | curl-3bde2e3f7824480dea5cb641f6fa201b4855fe2d.tar.gz |
HTTP3.md: clarify cargo build directory
Cargo needs to be called from within the 'quiche' directory.
Closes #5522
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP3.md | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |