Simple Build System
Caution
global installation is strongly discouraged, but it is possible to install ezbuild globally
python3 -m venv .venv
source .venv/bin/activate
echo "ezbuild" >> requirements.txt
pip install -r requirements.txtuv venv
echo "ezbuild" >> requirements.txt
pip install -r requirements.txtImportant
DO NOT RUN PIP AS ROOT see this for more information: pypa/pip#9394
pip install ezbuildpipx install ezbuilduv tool install ezbuildThis project is in active development and is not yet stable, but
Caution
It is usable for building C and C++ projects. Note that some basic features are not yet implemented (e.g., compiler/linker flags, C/C++ version specifications).
For a detailed history of changes, see the CHANGELOG.
ezbuild is licensed under the BSD-3-Clause license, for more information see the LICENSE file.