Merge pull request #4642 from martine/patch-1

Minor fix to Arch developer setup instructions
This commit is contained in:
Simon Sapin 2015-01-16 18:47:42 +00:00
commit c70197b48d

View file

@ -49,7 +49,7 @@ popd
On Arch Linux:
``` sh
sudo pacman -S base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
sudo pacman -S --needed base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
```
Cross-compilation for Android: