add detailed steps for setuping dev env

This commit is contained in:
caseylai 2023-08-30 20:03:27 +08:00
parent 68a8e72926
commit f31be05e8b

View File

@ -126,12 +126,21 @@ vcpkg install nng:x86-windows-static
vcpkg integrate install
```
安装完毕后需要配置protoc的环境变量并确保在命令行下可用protoc的路径在`<vcpkg_install_path>\installed\x86-windows-static\tools\protobuf`
#### 安装 VS2019
#### 安装Python3
通过微软商店或者python.org自行下载均可注意配置好环境变量确保`python3`在命令行下可用
</details>
### 编译
使用 VS2019 打开工程,编译即可。
注:如果遇到执行`protoc`时的9009错误检查是否是python3环境有问题或者protoc命令的环境变量配置不正确。
### 运行
双击 `Release` 里的 `launcher.exe``启动`。