mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update Gentoo instructions to work with 17.1 and add missing dependency
* libunwind was required when building. * Since Gentoo 17.1 the symlink between lib and lib64 has been removed. - Update export so it works with both older and newer profiles.
This commit is contained in:
parent
61cadfa9a6
commit
b7308dcf8b
1 changed files with 3 additions and 4 deletions
|
@ -198,15 +198,14 @@ sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip me
|
|||
sudo emerge net-misc/curl \
|
||||
media-libs/freetype media-libs/mesa dev-util/gperf \
|
||||
dev-python/virtualenv dev-python/pip dev-libs/openssl \
|
||||
media-libs/harfbuzz dev-util/ccache \
|
||||
media-libs/harfbuzz dev-util/ccache sys-libs/libunwind \
|
||||
x11-libs/libXmu media-libs/glu x11-base/xorg-server sys-devel/clang \
|
||||
media-libs/gstreamer media-libs/gst-plugins-bad media-libs/gst-plugins-base
|
||||
```
|
||||
|
||||
with the following environment variable set:
|
||||
|
||||
With the following environment variable set:
|
||||
```sh
|
||||
export LIBCLANG_PATH="/usr/lib64/llvm/*/lib64"
|
||||
export LIBCLANG_PATH=$(llvm-config --prefix)/lib64
|
||||
```
|
||||
#### On Windows (MSVC)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue