-
Notifications
You must be signed in to change notification settings - Fork 55
Building
Philipp Nahratow edited this page Aug 12, 2024
·
2 revisions
To locally build LibreQuake you will need the following tools available
- Python3 - https://www.python.org/downloads/
- Qpakman - https://github.com/bunder/qpakman
- Fteqcc - https://www.fteqcc.org
- Ericw tools - https://github.com/ericwa/ericw-tools
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.pyThe script will complain if some of the tools are missing otherwise it will got through the full process of a release build.