1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

@ -83,12 +83,8 @@ you'll just get ld.so linker errors.
Clone quiche and BoringSSL: Clone quiche and BoringSSL:
% git clone https://github.com/cloudflare/quiche % git clone --recursive https://github.com/cloudflare/quiche
% cd quiche/ % cd quiche/deps/boringssl
% mkdir deps
% cd deps
% git clone https://github.com/google/boringssl
% cd boringssl
Build BoringSSL (it needs to be built manually so it can be reused with curl): Build BoringSSL (it needs to be built manually so it can be reused with curl):