mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Document libglu1-mesa-dev dependency.
Missing this caused src/gpu/gl/unix/SkNativeGLContext_unix.cpp:10:20: fatal error: GL/glu.h: No such file or directory on my new laptop.
This commit is contained in:
parent
96b0f96ce2
commit
39f780fbd7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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 \
|
gperf g++ cmake python-virtualenv \
|
||||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev
|
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
On Fedora:
|
On Fedora:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue