gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 97/220: HTTP3.md: Update quiche build instructions


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 97/220: HTTP3.md: Update quiche build instructions
Date: Thu, 12 Sep 2019 17:27:37 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 14b1fb1c68fd738ffb1dd4eff9615df6c0eee66f
Author: Alex Mayorga <address@hidden>
AuthorDate: Sat Aug 10 00:57:04 2019 -0500

    HTTP3.md: Update quiche build instructions
    
    Added cloning for quiche and BoringSSL and modified the build
    instructions so they work on a clean folder.
    
    Closes #4208
---
 docs/HTTP3.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 092d4d3e4..98ffe2dcf 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -51,10 +51,19 @@ you'll just get ld.so linker errors.
 
 ## build
 
+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
+
 Build BoringSSL (it needs to be built manually so it can be reused with curl):
 
-     % mkdir -p quiche/deps/boringssl/build
-     % cd quiche/deps/boringssl/build
+     % mkdir build
+     % cd build
      % cmake -DCMAKE_POSITION_INDEPENDENT_CODE=on ..
      % make -j`nproc`
      % cd ..
@@ -71,6 +80,7 @@ Clone and build curl:
 
      % cd ..
      % git clone https://github.com/curl/curl
+     % cd curl
      % ./buildconf
      % ./configure --with-ssl=$PWD/../quiche/deps/boringssl/.openssl 
--with-quiche=$PWD/../quiche --enable-debug
      % make -j`nproc`

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



reply via email to

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