comparison README @ 8373:796b5b6c43cd quic

Mention quic branch in README.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Apr 2020 15:59:14 +0300
parents 0e6528551f26
children 2b580ac17a47
comparison
equal deleted inserted replaced
8372:0e6528551f26 8373:796b5b6c43cd
78 78
79 2. Installing 79 2. Installing
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 -b quic https://hg.nginx.org/nginx-quic
84 $ cd nginx-quic 84 $ cd nginx-quic
85 $ ./auto/configure --with-debug --with-http_v3_module \ 85 $ ./auto/configure --with-debug --with-http_v3_module \
86 --with-cc-opt="-I../boringssl/include" \ 86 --with-cc-opt="-I../boringssl/include" \
87 --with-ld-opt="-L../boringssl/build/ssl \ 87 --with-ld-opt="-L../boringssl/build/ssl \
88 -L../boringssl/build/crypto" 88 -L../boringssl/build/crypto"