Skip to content

Commit

Permalink
Add note to Gentoo setup to set LIBCLANG_PATH envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
gootorov committed Jan 10, 2018
1 parent e2c89df commit 8f68d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -117,6 +117,10 @@ sudo emerge net-misc/curl media-libs/freeglut \
dev-python/virtualenv dev-python/pip dev-libs/openssl \
x11-libs/libXmu media-libs/glu x11-base/xorg-server sys-devel/clang
```
with the following environment variable set:
```sh
export LIBCLANG_PATH="/usr/lib64/llvm/*/lib64"
```
#### On Windows (MSVC)

1. Install Python for Windows (https://www.python.org/downloads/release/python-2714/). The Windows x86-64 MSI installer is fine.
Expand Down

0 comments on commit 8f68d2d

Please sign in to comment.