Skip to content

Commit

Permalink
Update requirements.md
Browse files Browse the repository at this point in the history
I was having trouble figuring out how to install Clang for bindgen, and this helped right away.
  • Loading branch information
CGMossa authored and emilio committed May 3, 2020
1 parent 09a9568 commit c342ddd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion book/src/requirements.md
Expand Up @@ -26,7 +26,12 @@ Download and install the official pre-built binary from
You will also need to set `LIBCLANG_PATH` as an [environment
variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
to the `bin` directory of your LLVM install. For example, if you installed LLVM
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`.

Alternatively, for Mingw64, you can install clang via
```bash
pacman -S mingw64/mingw-w64-x86_64-clang
```

#### macOS

Expand Down

0 comments on commit c342ddd

Please sign in to comment.