Fix Debian dependencies instructions

This commit is contained in:
Tobias Markus 2017-03-20 21:36:05 +01:00 committed by GitHub
parent e8b3647934
commit e24af4d8ba

View file

@ -59,6 +59,8 @@ sudo apt install git curl freeglut3-dev autoconf \
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev
```
If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-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.
If `virtualenv` does not exist, try `python-virtualenv`.