mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Auto merge of #24361 - AntiSC2:master, r=jdm
Add missing package dependency for Arch Linux in README Without LLVM installed you get: "Error: Can't find llvm-objdump" when running ./mach build --dev. LLVM is not installed automatically because it's not a dependency for any of the other dependencies. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> <!-- Please describe your changes on the following line: --> --- - [X] These changes do not require tests because only the README.md file was updated <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24361) <!-- Reviewable:end -->
This commit is contained in:
commit
dc65d825e8
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
|
``` sh
|
||||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu \
|
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
|
#### On Gentoo Linux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue