From 10c26eaa6c134253655ce2c261b5e248855babdc Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sat, 15 Jul 2023 21:47:14 +0200 Subject: [PATCH] Update _index.en.md --- content/dev/build/faq/_index.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/dev/build/faq/_index.en.md b/content/dev/build/faq/_index.en.md index 146202e..60a5c61 100644 --- a/content/dev/build/faq/_index.en.md +++ b/content/dev/build/faq/_index.en.md @@ -15,7 +15,7 @@ weight: 40 ### Solution -Use a browser to download `https://chromium.googlesource.com/libyuv/libyuv/+archive/287158925b0e03ea4499a18b4e08478c5781541b.tar.gz`, then move it into `vcpkg/downloads` and reinstall. +Use a browser to download `https://chromium.googlesource.com/libyuv/libyuv/+archive/287158925b0e03ea4499a18b4e08478c5781541b.tar.gz`, then move it into `vcpkg/downloads` and reinstall. @@ -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,11 +58,11 @@ thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg insta ### Solution -Add `VCPKG_ROOT` environment variable, or run with `VCPKG_ROOT= cargo run` +Add `VCPKG_ROOT` environment variable, or run with `VCPKG_ROOT= cargo run`. -## clang not installed, or LIBCLANG_PATH not set +## clang not installed, or LIBCLANG_PATH not set ### Error @@ -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` \ No newline at end of file +Install [LLVM](https://releases.llvm.org/download.html), add the `LIBCLANG_PATH` environment variable as `llvm_install_dir/bin`.