Added direct LLVM links

People have a hard time finding these, so just added some direct links
This commit is contained in:
Matthew Jolly 2022-10-31 18:30:32 -04:00 committed by GitHub
parent 9ab194202e
commit 8e6f217b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 installadd environment variable `LIBCLANG_PATH`=`<llvm_install_dir>/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