Skip to content

Commit c342ddd

Browse files
CGMossaemilio
authored andcommitted
Update requirements.md
I was having trouble figuring out how to install Clang for bindgen, and this helped right away.
1 parent 09a9568 commit c342ddd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

book/src/requirements.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ Download and install the official pre-built binary from
2626
You will also need to set `LIBCLANG_PATH` as an [environment
2727
variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
2828
to the `bin` directory of your LLVM install. For example, if you installed LLVM
29-
to `D:\programs\LLVM`, then you'd set the value to be `D:\programs\LLVM\bin`
29+
to `D:\programs\LLVM`, then you'd set the value to be `D:\programs\LLVM\bin`.
30+
31+
Alternatively, for Mingw64, you can install clang via
32+
```bash
33+
pacman -S mingw64/mingw-w64-x86_64-clang
34+
```
3035

3136
#### macOS
3237

0 commit comments

Comments
 (0)