msh3: update to v0.5 Release

Closes #10125
This commit is contained in:
Nick Banks 2022-12-21 14:13:40 +00:00 committed by Daniel Stenberg
parent 3736c0a209
commit 72b819f147
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 19 additions and 6 deletions

View file

@ -15,7 +15,7 @@ QUIC libraries we are experimenting with:
[quiche](https://github.com/cloudflare/quiche)
[msquic](https://github.com/microsoft/msquic) & [msh3](https://github.com/nibanks/msh3)
[msh3](https://github.com/nibanks/msh3) (with [msquic](https://github.com/microsoft/msquic))
## Experimental
@ -181,7 +181,7 @@ Build curl:
Build msh3:
% git clone -b v0.4.0 --depth 1 --recursive https://github.com/nibanks/msh3
% git clone -b v0.5.0 --depth 1 --recursive https://github.com/nibanks/msh3
% cd msh3 && mkdir build && cd build
% cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
% cmake --build .
@ -202,7 +202,7 @@ Run from `/usr/local/bin/curl`.
Build msh3:
% git clone -b v0.4.0 --depth 1 --recursive https://github.com/nibanks/msh3
% git clone -b v0.5.0 --depth 1 --recursive https://github.com/nibanks/msh3
% cd msh3 && mkdir build && cd build
% cmake -G 'Visual Studio 17 2022' -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
% cmake --build . --config Release