зеркало из https://github.com/microsoft/msquic.git
Fix CMake Build Docs (#1945)
This commit is contained in:
Родитель
abef1e6d5f
Коммит
569d0bf045
|
@ -200,7 +200,7 @@ xcode-select --install
|
|||
Ensure the corresponding "MSVC v142 - VS 2019 C++ (_Arch_) build tools" are installed for the target arch, e.g. selecting "Desktop development with C++" only includes x64/x86 but not ARM64 by default.
|
||||
```
|
||||
mkdir build && cd build
|
||||
cmake -g 'Visual Studio 16 2019' -A x64 ..
|
||||
cmake -G 'Visual Studio 16 2019' -A x64 ..
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
|
Загрузка…
Ссылка в новой задаче