Added openSUSE instructions to readme

PR #533
pull/593/head
Vortex Acherontic 3 years ago committed by jackun
parent e42002c57b
commit e5f625fc8a
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -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:

Loading…
Cancel
Save