From 1c86622699f79bde5fd31912564bf6e7f8e76636 Mon Sep 17 00:00:00 2001 From: Junho Choi Date: Mon, 12 Aug 2019 11:40:32 -0700 Subject: [PATCH] docs/HTTP3: simplify quiche build instruction Use --recursive to get boringssl in one line Closes #4219 --- docs/HTTP3.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 889659475..e6a8874c8 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):