mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-11 20:26:38 +02:00
Update _index.en.md
This commit is contained in:
parent
6e7c96795c
commit
10c26eaa6c
@ -44,7 +44,7 @@ Maybe the author used `git force push` and the previous commit was overwritten.
|
||||
|
||||
### Solution
|
||||
|
||||
`cargo update`, force the package to be updated
|
||||
`cargo update`, force the package to be updated.
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@ thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg insta
|
||||
|
||||
### Solution
|
||||
|
||||
Add `VCPKG_ROOT` environment variable, or run with `VCPKG_ROOT=<vcpkg_dir> cargo run`
|
||||
Add `VCPKG_ROOT` environment variable, or run with `VCPKG_ROOT=<vcpkg_dir> cargo run`.
|
||||
|
||||
|
||||
|
||||
@ -72,4 +72,4 @@ thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid sha
|
||||
|
||||
### Solution
|
||||
|
||||
Install [llvm](https://releases.llvm.org/download.html), Add the `LIBCLANG_PATH` environment variable as `llvm_install_dir/bin`
|
||||
Install [LLVM](https://releases.llvm.org/download.html), add the `LIBCLANG_PATH` environment variable as `llvm_install_dir/bin`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user