diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-10-04 09:01:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 09:01:47 -0400 |
commit | dc65d825e8a27d6e5604155de7dcb01fcd871123 (patch) | |
tree | f13b9de7e0fd3274eab800932c1ed6d4bbb257b1 | |
parent | ea4600828861010da859399d3d432e2252619c2d (diff) | |
parent | 882ad80456a17c12ff0c32663cfefc662e181f20 (diff) | |
download | servo-dc65d825e8a27d6e5604155de7dcb01fcd871123.tar.gz servo-dc65d825e8a27d6e5604155de7dcb01fcd871123.zip |
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 -->
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 040a18ddf2a..3770bf0f61b 100644 --- a/README.md +++ b/README.md @@ -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 |