Add required depenedency for the list on Archlinux

https://gist.github.com/awalGarg/67943e11486562132cdd
http://logs.glob.uno/?c=mozilla%23servo#c373354
This commit is contained in:
Simon Sapin 2016-02-26 12:34:58 +01:00
parent dd2f4f6a11
commit 38a3e2ac0b

View file

@ -57,7 +57,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
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu
```
On Gentoo Linux: