Gaetano Salvatore Falco 1 month ago committed by GitHub
commit b2d0fa288c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -159,19 +159,30 @@ If you are building it by yourself, you need to enable multilib repository, by e
sudo nano /etc/pacman.conf sudo nano /etc/pacman.conf
``` ```
and uncomment: and uncomment the lines in order to look like this:
```txt ```ini
#[multilib] [multilib]
#Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
``` ```
then save the file and execute: then save the file and execute the command to refresh databases:
``` ```
sudo pacman -Syy sudo pacman -Syy
``` ```
and install the 64 bit package with:
```
sudo pacman -S mangohud
```
For 32 bit package, install with:
```
sudo pacman -S lib32-mangohud
```
### Debian, Ubuntu ### Debian, Ubuntu
If you are using Debian 11 (Bullseye) or later, Ubuntu 21.10 (Impish) or later, or distro derived from them, to install the [MangoHud](https://tracker.debian.org/pkg/mangohud) package, execute: If you are using Debian 11 (Bullseye) or later, Ubuntu 21.10 (Impish) or later, or distro derived from them, to install the [MangoHud](https://tracker.debian.org/pkg/mangohud) package, execute:

Loading…
Cancel
Save