mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
parent
3736c0a209
commit
72b819f147
3 changed files with 19 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue