aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-09-06 14:47:27 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-09-06 14:47:27 +0530
commitcf094d09bd95120e2cbcdcca7f4e036a24d19a71 (patch)
treedeb9d39935f430e1d7d76852e1d4a792be9a750d
parente38064c84a68f99b1944e047ae8d890e0e340281 (diff)
parent6eb1bb7ab12375ddfc1ae20d6c477c36a1ee7189 (diff)
downloadservo-cf094d09bd95120e2cbcdcca7f4e036a24d19a71.tar.gz
servo-cf094d09bd95120e2cbcdcca7f4e036a24d19a71.zip
Merge pull request #3224 from duncankl/readme-arch-linux-setup
Add prerequisites for Arch Linux to the readme; r=Manishearth
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8dc17f6ba42..dabdc465ced 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,13 @@ sudo yum install $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
popd
```
+On Arch Linux:
+
+``` sh
+sudo pacman -S base-devel autoconf2.13 git gperf python2 \
+ python2-virtualenv mesa libxrandr libxi libgl glu ttf-font
+```
+
Cross-compilation for Android:
Basically, pre-installed Android tools are needed.