From 03377ce176ccd2b1d5071f8b3d402294122621af Mon Sep 17 00:00:00 2001 From: Robert Fielding Date: Fri, 19 Jul 2013 17:06:41 -0400 Subject: [PATCH] msttcorefonts is a requirement build and make check will pass, but assertion will fail if msttcorefonts is not installed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 555c485ec55..c256fd85a90 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ On Debian-based Linuxes: ``` sh sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \ 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