mirror of
https://github.com/curl/curl.git
synced 2026-04-24 09:22:13 +03:00
HTTP3.md: clarify cargo build directory
Cargo needs to be called from within the 'quiche' directory. Closes #5522
This commit is contained in:
parent
95a6580409
commit
3bde2e3f78
1 changed files with 1 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue