python -m venv venv source venv/bin/activate pip install nuitka nuitka --standalone megagiga.py deactivate cp megagiga.dist/megagiga.bin megagiga.bin2 rm -r megagiga ...
Trying to build from sources (git clone from release v0.5.4) fails on my machine. It claims not to find the cmake.exe, but it is definitely there.