Enhanced remake of http://www.notdoppler.com/kingofbridges.php
sudo apt-get install make libx11-dev mesa-common-dev python3
# (not sure if the above is complete)
git clone
make OPT=1
Adjust the above.
Install Python and MinGW; I use https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/, others (for example MSYS2) are untested but will probably work. Run mingw32-make OPT=1
. (Not tested on a real Windows, I just use mingw in Wine.)
Alternatively, if you prefer binaries, here's mine.
Untested and unlikely to work, but if you're feeling adventurous, feel free to try.