From: Junho Choi Date: Mon, 12 Aug 2019 18:40:32 +0000 (-0700) Subject: docs/HTTP3: simplify quiche build instruction X-Git-Tag: curl-7_66_0~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c86622699f79bde5fd31912564bf6e7f8e76636;p=thirdparty%2Fcurl.git docs/HTTP3: simplify quiche build instruction Use --recursive to get boringssl in one line Closes #4219 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 889659475e..e6a8874c84 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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):