aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-07-29 13:50:01 +0200
committerMs2ger <ms2ger@gmail.com>2015-07-29 13:50:25 +0200
commit39f780fbd7b7ede66826812f30dad991faef3f2f (patch)
tree9f8ecff2736679b830d656fb66569ed3906f1389
parent96b0f96ce2829cc38457ace22be4f731f8ca9d77 (diff)
downloadservo-39f780fbd7b7ede66826812f30dad991faef3f2f.tar.gz
servo-39f780fbd7b7ede66826812f30dad991faef3f2f.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8c1c865f37..4637586b250 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ On Debian-based Linuxes:
sudo apt-get install curl freeglut3-dev \
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
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: