msttcorefonts is a requirement

build and make check will pass, but assertion will fail if msttcorefonts is not installed.
This commit is contained in:
Robert Fielding 2013-07-19 17:06:41 -04:00
parent 933fe75151
commit 03377ce176

View file

@ -23,7 +23,7 @@ On Debian-based Linuxes:
``` sh ``` sh
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \ sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev \ libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev \
xorg-dev libpng-dev xorg-dev libpng-dev msttcorefonts
``` ```
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