From 6c9a10e1330546d57015dda04453f5b771680891 Mon Sep 17 00:00:00 2001 From: Xiao Chuan Yu Date: Tue, 1 Sep 2015 23:05:41 -0400 Subject: [PATCH] Add note on Ubuntu 14.04 dependencies error Update README with note about possible problem installing dependencies on Ubuntu 14.04. See #6158 for details. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f242fd23dec..2e47ba277b2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ sudo apt-get install curl freeglut3-dev \ gperf g++ cmake python-virtualenv \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev ``` +If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround. On Fedora: