small change

This commit is contained in:
rustdesk
2022-05-09 15:01:40 +08:00
parent a56431b5c6
commit 4f6d2fd91e
12 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
---
title: 常见问题
weight: 20
title: Windows 常见问题
weight: 40
---
## vcpkg下载包失败
@@ -45,7 +45,7 @@ $ cargo run
thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg installation found. Set the VCPKG_ROOT environment variable or run 'vcpkg integrate install'")', libs\scrap\build.rs:7:45
```
### 解决办法
添加VCPKG_ROOT环境变量, 或者使用`VCPKG_ROOT=vcpkg_dir cargo run`
添加VCPKG_ROOT环境变量, 或者使用`VCPKG_ROOT=<vcpkg_dir> cargo run`