mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add missing dependency for Arch Linux
Without LLVM installed you get: "Error: Can't find llvm-objdump" when running ./mach build --dev Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
This commit is contained in:
parent
78438113d4
commit
882ad80456
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M
|
|||
|
||||
``` sh
|
||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu \
|
||||
pkg-config ttf-fira-sans harfbuzz ccache clang autoconf2.13 gstreamer gstreamer-vaapi
|
||||
pkg-config ttf-fira-sans harfbuzz ccache llvm clang autoconf2.13 gstreamer gstreamer-vaapi
|
||||
```
|
||||
#### On Gentoo Linux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue