-
Notifications
You must be signed in to change notification settings - Fork 16
Install
brcly edited this page Aug 14, 2026
·
2 revisions
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.