STEAM GROUP
DanishFurryGame [TDFG]
STEAM GROUP
DanishFurryGame [TDFG]
2
IN-GAME
22
ONLINE
Founded
April 19, 2015
Language
English
Location
Denmark 
All Discussions > Linux > Topic Details
How to Compile and Install MangoHud from Source
Hello everyone!

If you've been keen to get MangoHud up and running from the source, here's a straightforward guide:

Prerequisites

Ensure `git` is installed. If it's not:

For Ubuntu/Debian:
sudo apt-get install git

For Fedora:
sudo dnf install git

For Arch/Manjaro:
sudo pacman -S git

Compilation and Installation

1. Clone the Repository:
Download the source code from GitHub:
git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git

2. Navigate to the Directory:
cd MangoHud

3. Build the Source Code:
./build.sh build

4. Package the Build:
./build.sh package

5. Install MangoHud:
./build.sh install

That's it! You've successfully compiled and installed MangoHud from the source code. Now, you can enjoy in-game monitoring with MangoHud!

Feel free to ask questions or share any issues you encounter.

Happy gaming!
All Discussions > Linux > Topic Details