mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add libx11-dev to the list of build deps
https://github.com/servo/rust-xlib/issues/44
This commit is contained in:
parent
b9d66df2f5
commit
a782798783
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
|
|||
#### On Debian-based Linuxes
|
||||
|
||||
``` sh
|
||||
sudo apt install git curl freeglut3-dev autoconf \
|
||||
sudo apt install git curl freeglut3-dev autoconf libx11-dev \
|
||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ build-essential cmake virtualenv python-pip \
|
||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue