This is the main build procedure for Linux version.
Your Go installation must be at least version 1.22.
If you have the supported version in your repository, you can install Go from there (golang package).
Otherwise, use Snap version
sudo snap install --classic goor see official docs for manual installation.
sudo apt install gcc-multilibsudo dpkg --add-architecture i386
sudo apt update
sudo apt install libsdl2-dev:i386 libopenal-dev:i386cd src
go run ./internal/noxbuildThis should produce opennox, opennox-hd and opennox-server binaries.