UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
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: MangoHud-0.7.2.tar.gz
Package md5-checksum URL: 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