summaryrefslogtreecommitdiff
path: root/winbuild/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/README.md')
-rw-r--r--winbuild/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/winbuild/README.md b/winbuild/README.md
index 4c33d4ff6..3f664c010 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -80,6 +80,7 @@ where `<options>` is one or many of:
Uncompress them into the deps folder.
- `WITH_SSL=<dll/static>` - Enable OpenSSL support, DLL or static
- `WITH_NGHTTP2=<dll/static>` - Enable HTTP/2 support, DLL or static
+ - `WITH_MSH3=<dll/static>` - Enable (experimental) HTTP/3 support, DLL or static
- `WITH_MBEDTLS=<dll/static>` - Enable mbedTLS support, DLL or static
- `WITH_CARES=<dll/static>` - Enable c-ares support, DLL or static
- `WITH_ZLIB=<dll/static>` - Enable zlib support, DLL or static
@@ -103,6 +104,7 @@ where `<options>` is one or many of:
- `CARES_PATH=<path>` - Custom path for c-ares
- `MBEDTLS_PATH=<path>` - Custom path for mbedTLS
- `NGHTTP2_PATH=<path>` - Custom path for nghttp2
+ - `MSH3_PATH=<path>` - Custom path for msh3
- `SSH2_PATH=<path>` - Custom path for libSSH2
- `SSL_PATH=<path>` - Custom path for OpenSSL
- `ZLIB_PATH=<path>` - Custom path for zlib