mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05: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
@ -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…
Reference in New Issue
Block a user