Add prerequisites for Arch Linux to the readme.

This commit is contained in:
Duncan Keall 2014-09-06 17:48:08 +12:00
parent 64a9075535
commit 6eb1bb7ab1

View file

@ -44,6 +44,13 @@ sudo yum install $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
popd 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: Cross-compilation for Android:
Basically, pre-installed Android tools are needed. Basically, pre-installed Android tools are needed.