mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix Debian dependencies instructions
This commit is contained in:
parent
e8b3647934
commit
e24af4d8ba
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ sudo apt install git curl freeglut3-dev autoconf \
|
||||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev
|
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 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`.
|
If `virtualenv` does not exist, try `python-virtualenv`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue