mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
readme: use libssl1.0-dev build dependency on debian
The openssl-sys-extras crate used by Servo uses the outdated version 1.0 of libssl, and this exists as the libssl1.0-dev on Debian ever since Debian upgraded to libssl 1.1. See https://github.com/sfackler/rust-openssl/issues/522 for more context.
This commit is contained in:
parent
fb7f65fc57
commit
ddc0771215
1 changed files with 2 additions and 1 deletions
|
@ -56,9 +56,10 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
|
|||
sudo apt-get install git curl freeglut3-dev autoconf \
|
||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ build-essential cmake virtualenv python-pip \
|
||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue