Skip to content

shoshta73/ezbuild

Repository files navigation

ezbuild

Simple Build System

Python Version License Status

Installation

Caution

global installation is strongly discouraged, but it is possible to install ezbuild globally

Using pip and venv

python3 -m venv .venv
source .venv/bin/activate
echo "ezbuild" >> requirements.txt
pip install -r requirements.txt

using uv

uv venv
echo "ezbuild" >> requirements.txt
pip install -r requirements.txt

Global installation

Using pip

Important

DO NOT RUN PIP AS ROOT see this for more information: pypa/pip#9394

pip install ezbuild

Using pipx

pipx install ezbuild

using uv

uv tool install ezbuild

Status

This 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).

Changelog

For a detailed history of changes, see the CHANGELOG.

License

ezbuild is licensed under the BSD-3-Clause license, for more information see the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages