mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add mesa-libGLU-devel dependency to README.md
Installing all listed dependencies on fedora results in a compilation error, due to missing mesa-libGLU-devel dependency. This dependency is part of some of the other distributions, with other names of course.
This commit is contained in:
parent
f1338d3df8
commit
407522c417
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ sudo dnf install curl libtool gcc-c++ libXi-devel \
|
|||
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
|
||||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||
dbus-devel ncurses-devel harfbuzz-devel ccache
|
||||
dbus-devel ncurses-devel harfbuzz-devel ccache mesa-libGLU-devel
|
||||
```
|
||||
#### On CentOS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue