aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-koreth <joelsymon@gmail.com>2016-09-30 21:51:25 -0500
committerGitHub <noreply@github.com>2016-09-30 21:51:25 -0500
commit177d6b7f1bc9b12957d73ee61c96cb7014dfa7de (patch)
treedcca23289cea611932908ad22695a667641e7610
parent7fbd35efab8d7c999846d4953515d02e6e9f0872 (diff)
downloadservo-177d6b7f1bc9b12957d73ee61c96cb7014dfa7de.tar.gz
servo-177d6b7f1bc9b12957d73ee61c96cb7014dfa7de.zip
Update README.md to include openSUSE dependencies
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index abe45614111..0f52bc4beac 100644
--- a/README.md
+++ b/README.md
@@ -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