Merge pull request #59 from caseylai/master

add detailed steps for setuping dev env
This commit is contained in:
Changhua 2023-08-31 23:19:08 +08:00 committed by GitHub
commit 4396bf9c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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``启动`。