From a9c6c415cf9b650dbabe6c928cf6e1fdac7b0169 Mon Sep 17 00:00:00 2001 From: Sicki Date: Tue, 21 May 2013 17:52:08 +0300 Subject: [PATCH] adding missing lib libgl1-mesa-dri without: libGL error: failed to load driver: vmwgfx libGL error: failed to load driver: swrast platform: ubuntu 13.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfcead9f75..964c503e747 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ sudo port install autoconf213 On Debian-based Linuxes: ``` sh -sudo apt-get install autoconf2.13 curl freeglut3-dev libtool libfreetype6-dev libfontconfig1-dev libglib2.0-dev +sudo apt-get install autoconf2.13 curl freeglut3-dev libtool libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev ``` Servo builds its own copy of Rust, so there is no need to provide a Rust