mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #13534 - j-koreth:master, r=jdm
Update README.md to include openSUSE dependencies <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because the only file changed is the README.md to include openSUSE dependencies <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13534) <!-- Reviewable:end -->
This commit is contained in:
commit
34fa38fd2d
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