diff options
author | Lokathor <zefria@gmail.com> | 2019-04-25 19:30:00 -0600 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-05-06 19:53:30 +0200 |
commit | ae69d7d330d77c1d09b343faf3a43871d86a7942 (patch) | |
tree | 65acdba13d899a3686f8bdf5f55c0f2d6193ceff | |
parent | f9bb175f0ddc0b8b76458ebd75da7bfa59392e1f (diff) |
Explain LIBCLANG_PATH
-rw-r--r-- | book/src/requirements.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/book/src/requirements.md b/book/src/requirements.md index 14dc1922..fad02cda 100644 --- a/book/src/requirements.md +++ b/book/src/requirements.md @@ -23,6 +23,11 @@ greater. Download and install the official pre-built binary from [LLVM download page](http://releases.llvm.org/download.html). +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` + #### macOS If you use Homebrew: |