comparison README @ 7849: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
comparison
equal deleted inserted replaced
7848:9d9531431c8c 7849:0e6528551f26
80 80
81 You will need a BoringSSL [4] library that provides QUIC support 81 You will need a BoringSSL [4] library that provides QUIC support
82 82
83 $ hg clone https://hg.nginx.org/nginx-quic 83 $ hg clone https://hg.nginx.org/nginx-quic
84 $ cd nginx-quic 84 $ cd nginx-quic
85 $ ./auto/configure --with-debug --with-cc-opt="-I../boringssl/include" \ 85 $ ./auto/configure --with-debug --with-http_v3_module \
86 --with-ld-opt="-L../boringssl/build/ssl \ 86 --with-cc-opt="-I../boringssl/include" \
87 -L../boringssl/build/crypto" 87 --with-ld-opt="-L../boringssl/build/ssl \
88 -L../boringssl/build/crypto"
88 $ make 89 $ make
89 90
90 3. Configuration 91 3. Configuration
91 92
92 The "listen" directive got a new option: "http3" 93 The "listen" directive got a new option: "http3"