-
Notifications
You must be signed in to change notification settings - Fork 16
Install
brcly edited this page Aug 14, 2026
·
2 revisions
Before the library can help in-game, the host must meet DenuvOwO/LinUwUx CPU requirements (UMIP, and a hypervisor for CPUID faulting on some AMD/Deck systems). Overview: Prerequisites. Full steps: cs.rin.ru.
curl -fsSL https://raw.githubusercontent.com/brcly/linuwux-runtime/main/install.sh | sh- Library:
~/.local/lib/liblinuwux.so - Wrapper:
~/.local/bin/linuwux
Re-run the same command to update to the latest release (checksum-verified).
git clone https://github.com/brcly/linuwux-runtime.git
cd linuwux-runtime
./build.sh --install./build.sh alone builds dist/liblinuwux.so. With --install, it also installs into ~/.local and keeps that copy updated on later rebuilds.
linuwux --version
# or
strings ~/.local/lib/liblinuwux.so | grep linuwuxConfigure per game — see Launching and Common mistakes.