зеркало из https://github.com/microsoft/msquic.git
Add vcpkg installation instructions (#3066)
This commit is contained in:
Родитель
123cc899f4
Коммит
581e7b6395
|
@ -238,3 +238,15 @@ To run the tests:
|
|||
```
|
||||
cargo test
|
||||
```
|
||||
|
||||
# Installing from vcpkg
|
||||
|
||||
You can download and install `MsQuic` using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
|
||||
```sh
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd vcpkg
|
||||
./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for windows)
|
||||
./vcpkg integrate install
|
||||
./vcpkg install ms-quic
|
||||
```
|
||||
The `MsQuic` port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
|
||||
|
|
Загрузка…
Ссылка в новой задаче