mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add libgles2-mesa-dev to the apt-get dependencies on Linux
This commit is contained in:
parent
b57fc731c2
commit
d2a57394a8
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ On Debian-based Linuxes:
|
||||||
sudo apt-get install curl freeglut3-dev \
|
sudo apt-get install curl freeglut3-dev \
|
||||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
gperf g++ cmake python-virtualenv python-pip \
|
gperf g++ cmake python-virtualenv python-pip \
|
||||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev
|
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||||
|
libglu1-mesa-dev libgles2-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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue