Merge pull request #79 from TheRealDannyBoy/master

openSUSE Dependency Resolution
pull/84/head
flightlessmango 4 years ago committed by GitHub
commit dd041b22a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ To build it, execute:
./build.sh package
```
**NOTE: If you are running an Ubuntu-based, Fedora, or Arch-based, the build script will automatically detect and prompt you to install missing build dependencies. If you run into any issues with this please report them!**
**NOTE: If you are running an Ubuntu-based, Arch-based, Fedora-based, or openSUSE-based distro, the build script will automatically detect and prompt you to install missing build dependencies. If you run into any issues with this please report them!**
Once done, proceed to the [installation](#source).

@ -75,6 +75,11 @@ dependencies() {
rm bin/glslangValidator glslang-master-linux-Release.zip
fi
;;
"opensSUSE Leap"|"openSUSE Tumbleweed")
MANAGER_QUERY="zypper search"
MANAGER_INSTALL="zypper install"
DEPS="{gcc-c++,gcc-c++-31bit,meson,libpkgconf-devel,python3-Mako,libX11-devel,libX11-devel-32bit,glslang-devel,libglvnd-devel,libglvnd-devel-32bit,glibc-devel,glibc-devel-32bit,libstdc++-devel,libstdc++-devel-32bit,Mesa-libGL-devel}"
install
"Solus")
unset MANAGER_QUERY
unset DEPS

Loading…
Cancel
Save