Auto merge of #7506 - xiaochuanyu:patch-2, r=metajack

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.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7506)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-01 23:31:34 -06:00
commit dbf549ea32

View file

@ -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: