We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a9568 commit c342dddCopy full SHA for c342ddd
book/src/requirements.md
@@ -26,7 +26,12 @@ Download and install the official pre-built binary from
26
You will also need to set `LIBCLANG_PATH` as an [environment
27
variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
28
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`
+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
+```
35
36
#### macOS
37
0 commit comments