From 8f68d2d1de7c8b7a59be8f777fd6e144dbcbd358 Mon Sep 17 00:00:00 2001 From: Igor Gutorov Date: Wed, 10 Jan 2018 17:04:50 +0200 Subject: [PATCH] Add note to Gentoo setup to set LIBCLANG_PATH envvar --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fafbac6ed4..fdf2ae288e5 100644 --- a/README.md +++ b/README.md @@ -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.