You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2020. It is now read-only.
然后确保安装了 Visual Studio **2017**(暂不支持 2019),并勾选「使用 C++ 的桌面开发」,确保安装了 CMake、**VC++ 2017 v141**、Windows 10 SDK 这三个组件。其中,如果系统中已经安装了 CMake,无需再在 VS Installer 中安装,但需要确保命令已添加进 `PATH`。
80
-
81
-
除此之外,vcpkg 还要求安装 VS 2017 的英文语言包。
79
+
然后确保安装了 **Visual Studio 2019**,并勾选「使用 C++ 的桌面开发」,确保安装了 CMake、**MSVC v142**、**Windows 10 SDK** 这三个组件。其中,如果系统中已经安装了 CMake,无需再在 VS Installer 中安装,但需要确保命令已添加进 `PATH`。除此之外,vcpkg 还要求安装 VS 2019 的**英文语言包**。
0 commit comments