Skip to content
Philipp Nahratow edited this page Aug 12, 2024 · 2 revisions

To locally build LibreQuake you will need the following tools available

Make sure all the tools are available in your PATH https://en.wikipedia.org/wiki/PATH_(variable) and can be called from anywhere

When everything is set up you need a checkout of the LibreQuake repository and in the main directory you run

python build.py

The script will complain if some of the tools are missing otherwise it will got through the full process of a release build.

Clone this wiki locally