]> granicus.if.org Git - curl/commitdiff
docs/HTTP3: simplify quiche build instruction
authorJunho Choi <junho@cloudflare.com>
Mon, 12 Aug 2019 18:40:32 +0000 (11:40 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2019 20:36:27 +0000 (22:36 +0200)
Use --recursive to get boringssl in one line

Closes #4219

docs/HTTP3.md

index 889659475e55ce4a1737dfb9fefe80b2fe895fdb..e6a8874c84169d4a406af63d8bbc3427a0b1ec07 100644 (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):