From e5f625fc8a35bc78b0b214486906a9483b2cf018 Mon Sep 17 00:00:00 2001 From: Vortex Acherontic Date: Sun, 30 May 2021 13:11:43 +0200 Subject: [PATCH] Added openSUSE instructions to readme PR #533 --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 87c4404e..fe1326c6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,32 @@ If you are using Solus, to install [MangoHud](https://dev.getsol.us/source/mango sudo eopkg it mangohud ``` +#### openSUSE + +If you run openSUSE Leap or Tumbleweed you can get Mangohud from the official repositories. +There are two packages, [mangohud](https://software.opensuse.org/package/mangohud) for 64bit and [mangohud-32bit](https://software.opensuse.org/package/mangohud-32bit) for 32bit application support. +To have Mangohud working for both 32bit and 64bit applications you need to install both packages even on a 64bit operating system. + +``` +sudo zypper in mangohud mangohud-32bit +``` + +Leap doesn't seem to have the 32bit package. + +Leap 15.2 + +``` +sudo zypper addrepo -f https://download.opensuse.org/repositories/games:tools/openSUSE_Leap_15.2/games:tools.repo +sudo zypper install mangohud +``` + +Leap 15.3 + +``` +sudo zypper addrepo -f https://download.opensuse.org/repositories/games:tools/openSUSE_Leap_15.3/games:tools.repo +sudo zypper install mangohud +``` + #### Flatpak If you are using Flatpaks, you will have to add the [Flathub repository](https://flatpak.org/setup/) for your specific distribution, and then, to install it, execute: