An open API service indexing awesome lists of open source software.

https://github.com/dalmurii/pybuilder

One-touch builder written with Python
https://github.com/dalmurii/pybuilder

build-tool c99 cpp python3

Last synced: 3 months ago
JSON representation

One-touch builder written with Python

Awesome Lists containing this project

README

          

# pyBuilder
> is an one-touch C++ builder for beginners.
> generates the command line for the gcc automatically.
> tracks all the c/cpp file related, and builds them all an executable file.

Warning
> It is not suitable for the large project.
> You need `GCC compiler`, and `Python` to run it.
> It has no dependency system.

# you need
- GCC compiler
- Python

# to start
1. Manage the [settings.py](./settings.py).
2. Run the [build.py](./build.py) to build.

# [settings.py](./settings.md)
> Manage the values when running [build.py](./build.py)
> Do not change the keys(the strings which goes before columns).