mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
docs/HTTP3: simplify quiche build instruction
Use --recursive to get boringssl in one line Closes #4219
This commit is contained in:
parent
49e6b3857f
commit
1c86622699
@ -83,12 +83,8 @@ you'll just get ld.so linker errors.
|
||||
|
||||
Clone quiche and BoringSSL:
|
||||
|
||||
% git clone https://github.com/cloudflare/quiche
|
||||
% cd quiche/
|
||||
% mkdir deps
|
||||
% cd deps
|
||||
% git clone https://github.com/google/boringssl
|
||||
% cd boringssl
|
||||
% git clone --recursive https://github.com/cloudflare/quiche
|
||||
% cd quiche/deps/boringssl
|
||||
|
||||
Build BoringSSL (it needs to be built manually so it can be reused with curl):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user