gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 113/220: docs/HTTP3: simplify quiche build instruct


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 113/220: docs/HTTP3: simplify quiche build instruction
Date: Thu, 12 Sep 2019 17:27:53 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 1c86622699f79bde5fd31912564bf6e7f8e76636
Author: Junho Choi <address@hidden>
AuthorDate: Mon Aug 12 11:40:32 2019 -0700

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]