Add note to Gentoo setup to set LIBCLANG_PATH envvar

This commit is contained in:
Igor Gutorov 2018-01-10 17:04:50 +02:00
parent e2c89df8ee
commit 8f68d2d1de

View file

@ -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.