docs/HTTP3: simplify quiche build instruction

Use --recursive to get boringssl in one line

Closes #4219
This commit is contained in:
Junho Choi 2019-08-12 11:40:32 -07:00 committed by Daniel Stenberg
parent 49e6b3857f
commit 1c86622699
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 6 deletions

View File

@ -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):