]> git.ipfire.org Git - thirdparty/curl.git/commit
docs/HTTP3: improve build instructions
authorDavid Hu <81270448+D4v1dH03@users.noreply.github.com>
Tue, 12 Oct 2021 01:38:01 +0000 (18:38 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2021 09:17:08 +0000 (11:17 +0200)
commitc2e804ca47cc82f5a6fadd6a64841b5977be499a
tree6a1b5b158abb050ab4a562b937576957640715a6
parent45ee97eb187076825f45c92c0b010952ccbb7b82
docs/HTTP3: improve build instructions

1. If writing to a system path if the command is not prefixed with
`sudo` it will cause a permission denied error

2. The patched OpenSSL branch has been updated to `openssl-3.0.0+quic`
to match upstream OpenSSL version.

3. We should not disable GnuTLS docs.

Updated some commands about `make install`

Closes #7842
docs/HTTP3.md