gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 91/282: docs/HTTP3: add --enable-alt-svc to curl's configure


From: gnunet
Subject: [gnurl] 91/282: docs/HTTP3: add --enable-alt-svc to curl's configure
Date: Wed, 01 Apr 2020 14:29:16 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit faaa63f32359c5e7e91c02ad421105b3e2079d15
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Feb 5 00:25:12 2020 +0100

    docs/HTTP3: add --enable-alt-svc to curl's configure
---
 docs/HTTP3.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 209df049d..829d0bfee 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -65,7 +65,7 @@ Build curl
      % git clone https://github.com/curl/curl
      % cd curl
      % ./buildconf
-     % LDFLAGS="-Wl,-rpath,<somewhere1>/lib" ./configure 
--with-ssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
+     % LDFLAGS="-Wl,-rpath,<somewhere1>/lib" ./configure 
--with-ssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3> 
--enable-alt-svc
      % make
 
 # quiche version
@@ -93,13 +93,13 @@ Build quiche:
      % cd ../..
      % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features 
pkg-config-meta
 
-Clone and build curl:
+Build curl:
 
      % cd ..
      % git clone https://github.com/curl/curl
      % cd curl
      % ./buildconf
-     % ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" 
--with-ssl=$PWD/../quiche/deps/boringssl/.openssl 
--with-quiche=$PWD/../quiche/target/release
+     % ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" 
--with-ssl=$PWD/../quiche/deps/boringssl/.openssl 
--with-quiche=$PWD/../quiche/target/release --enable-alt-svc
      % make
 
 ## Run

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



reply via email to

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