mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add note to Gentoo setup to set LIBCLANG_PATH envvar
This commit is contained in:
parent
e2c89df8ee
commit
8f68d2d1de
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ sudo emerge net-misc/curl media-libs/freeglut \
|
||||||
dev-python/virtualenv dev-python/pip dev-libs/openssl \
|
dev-python/virtualenv dev-python/pip dev-libs/openssl \
|
||||||
x11-libs/libXmu media-libs/glu x11-base/xorg-server sys-devel/clang
|
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)
|
#### On Windows (MSVC)
|
||||||
|
|
||||||
1. Install Python for Windows (https://www.python.org/downloads/release/python-2714/). The Windows x86-64 MSI installer is fine.
|
1. Install Python for Windows (https://www.python.org/downloads/release/python-2714/). The Windows x86-64 MSI installer is fine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue