UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

mangohud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.

Package info

Codename: mangohud
Source file: MangoHud-0.7.2.tar.gz
Source directory: MangoHud-0.7.2
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/m/MangoHud-0.7.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/m/MangoHud-0.7.2.tar.gz.md5sum
Dependances: libxkbcommon.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: mangohud-subprojects-0.7.2.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
tar -xf ../mangohud-subprojects-0.7.2.tar.gz
cp -rv mangohud-subprojects-0.7.2/* subprojects


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