UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
mangohud
A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.Package info
Template: meson
Codename: mangohud
Source file: MangoHud-v0.8.2-Source.tar.xz
Source directory: MangoHud-v0.8.2
Package URL: MangoHud-v0.8.2-Source.tar.xz
Package md5-checksum URL: MangoHud-v0.8.2-Source.tar.xz.md5sum
Dependances: libxkbcommon.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
meson setup -Dwith_xnvctrl=disabled --prefix=/usr ..
Build script:
cd build
ninja
Install script:
cd build
ninja install
Arch specific instructions
lib32_amd64
Dependances: libxkbcommon:lib32_amd64.
Configuration script:
tar -xf ../mangohud-subprojects-0.7.2.tar.gz
cp -rv mangohud-subprojects-0.7.2/* subprojects
mkdir build
cd build
CC="gcc -m32" \
CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup -Dwith_xnvctrl=disabled --prefix=/usr --libdir lib32 ..
Build script:
cd build
ninja
Install script:
cd build
DESTDIR=DESTDIR ninja install
cp -rv DESTDIR/usr/lib32 /usr