From fe9c8d36a71de7975cfef3b398830936a40130ce Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 17 Nov 2024 15:01:29 +0800 Subject: [PATCH] Update instructions --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index f3dc678..8b44fef 100644 --- a/README.MD +++ b/README.MD @@ -125,6 +125,11 @@ git clone https://github.com/microsoft/vcpkg setx VCPKG_ROOT "C:/Tools/vcpkg" /M ``` +* 与 Visual Studio 集成 +```sh +vcpkg integrate install # 失败则说明未正确安装或者未正确配置环境变量 +``` + #### 安装相关组件 编译时会自动安装。但如果需要使用 `protoc.exe`,则需要配置一下 `protoc.exe` 环境变量:`\x64-windows-static\x64-windows-static\tools\protobuf`。