HTTP3.md: update to msh3 v0.4.0

Closes #9297
This commit is contained in:
Nick Banks 2022-08-11 10:25:52 -04:00 committed by Daniel Stenberg
parent b5c0fe20e3
commit 29b8e67f69
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -140,7 +140,7 @@ Build curl:
Build msh3:
% git clone --depth 1 --recursive https://github.com/nibanks/msh3
% git clone -b v0.4.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 .
@ -161,7 +161,7 @@ Run from `/usr/local/bin/curl`.
Build msh3:
% git clone --depth 1 --recursive https://github.com/nibanks/msh3
% git clone -b v0.4.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