diff README @ 8372:0e6528551f26 quic

Configure: unbreak with old OpenSSL, --with-http_v3_module added.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Apr 2020 15:47:43 +0300
parents 3e894ace66ee
children 796b5b6c43cd
line wrap: on
line diff
--- a/README
+++ b/README
@@ -82,9 +82,10 @@ 2. Installing
 
     $ hg clone https://hg.nginx.org/nginx-quic
     $ cd nginx-quic
-    $ ./auto/configure --with-debug --with-cc-opt="-I../boringssl/include"   \
-                                    --with-ld-opt="-L../boringssl/build/ssl  \
-                                                   -L../boringssl/build/crypto"
+    $ ./auto/configure --with-debug --with-http_v3_module       \
+                       --with-cc-opt="-I../boringssl/include"   \
+                       --with-ld-opt="-L../boringssl/build/ssl  \
+                                      -L../boringssl/build/crypto"
     $ make
 
 3. Configuration