Add in some missing dependencies.

Fixes #423.
This commit is contained in:
Jack Moffitt 2013-05-09 16:25:20 -06:00
parent cdc99a8572
commit 2bfa6dc5ba

View file

@ -29,7 +29,7 @@ sudo port install autoconf213
On Debian-based Linuxes: On Debian-based Linuxes:
``` sh ``` sh
sudo apt-get install autoconf2.13 freeglut3-dev libtool sudo apt-get install autoconf2.13 freeglut3-dev libtool libfreetype6-dev libfontconfig1-dev libglib2.0-dev
``` ```
Servo builds its own copy of Rust, so there is no need to provide a Rust Servo builds its own copy of Rust, so there is no need to provide a Rust