aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-06-19 20:38:49 +1000
committerGitHub <noreply@github.com>2016-06-19 20:38:49 +1000
commit6b60d7cf403707ddee774f3054b903e6661d4ef5 (patch)
tree6f655d7c0c3623ee94a0b3a812c104d3d8508e4c
parent2cea4187fcf2e7f5a069c5d4dc8d6f7b4688cde7 (diff)
downloadservo-6b60d7cf403707ddee774f3054b903e6661d4ef5.tar.gz
servo-6b60d7cf403707ddee774f3054b903e6661d4ef5.zip
Add pkg-config dep for ArchLinux
Without this package, I get this error: ``` Compiling servo-freetype-sys v2.4.11 Build failed, waiting for other jobs to finish... error: failed to run custom build command for `dbus v0.3.3` Process didn't exit successfully: `/dsk/src/servo/target/release/build/dbus-7f7af798babde0c1/build-script-build` (exit code: 101) --- stderr thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"dbus-1\"`: No such file or directory (os error 2)"', ../src/libcore/result.rs:785 note: Run with `RUST_BACKTRACE=1` for a backtrace. [Warning] Could not generate notification! Optional Python module 'dbus' is not installed. Build completed in 0:05:27 ```
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aeb306be76f..a7ee3c0fe1f 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
On Arch Linux:
``` 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
```
On Gentoo Linux: