mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Mention that we need Python3 to build on CentOS
This commit is contained in:
parent
edb2db55b7
commit
695faa8d88
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -74,6 +74,16 @@ sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
|||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||
dbus-devel ncurses-devel
|
||||
```
|
||||
#### On CentOS
|
||||
|
||||
``` sh
|
||||
sudo yum install curl freeglut-devel 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 python34
|
||||
```
|
||||
|
||||
#### On openSUSE Linux
|
||||
``` sh
|
||||
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue