UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

mangohud

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

Package info

Template:
Codename: mangohud
Source file: MangoHud-v0.8.1-Source.tar.xz
Source file size: 16738420
Source file MD5-checkum: 4d0e1c5fec2a7636813f9471594d35d8
Source directory: MangoHud-v0.8.1
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/m/MangoHud-v0.8.1-Source.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/m/MangoHud-v0.8.1-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