mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update README.md to include openSUSE dependencies
This commit is contained in:
parent
7fbd35efab
commit
177d6b7f1b
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,7 @@ Please select your operating system:
|
|||
* [Debian-based Linuxes](#on-debian-based-linuxes)
|
||||
* [Fedora](#on-fedora)
|
||||
* [Arch Linux](#on-arch-linux)
|
||||
* [openSUSE](#on-opensuse-linux)
|
||||
* [Gentoo Linux](#on-gentoo-linux)
|
||||
* [Microsoft Windows](#on-windows)
|
||||
* [Android](#cross-compilation-for-android)
|
||||
|
@ -70,6 +71,13 @@ 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
|
||||
```
|
||||
#### On openSUSE Linux
|
||||
``` sh
|
||||
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
|
||||
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
|
||||
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
|
||||
python-pip python-virtualenv rpm-build
|
||||
```
|
||||
#### On Arch Linux
|
||||
|
||||
``` sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue