From 8e6f217b710f67b7a19ad967bd0b35ac765e160e Mon Sep 17 00:00:00 2001 From: Matthew Jolly Date: Mon, 31 Oct 2022 18:30:32 -0400 Subject: [PATCH] Added direct LLVM links People have a hard time finding these, so just added some direct links --- content/dev/build/windows/_index.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index 0012e66..82a5a92 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -38,6 +38,7 @@ Desktop versions use [sciter](https://sciter.com/) for GUI, please download [sci rust-bindgen depends on clang, download [llvm](https://github.com/llvm/llvm-project/releases) and install,add environment variable `LIBCLANG_PATH`=`/bin`. +You can download 15.02 of the LLVM binaries here: [64-bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe) / [32-bit](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win32.exe) ## Build