From 6eb1bb7ab12375ddfc1ae20d6c477c36a1ee7189 Mon Sep 17 00:00:00 2001 From: Duncan Keall Date: Sat, 6 Sep 2014 17:48:08 +1200 Subject: [PATCH] Add prerequisites for Arch Linux to the readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.