C/C++ build system written in bash
Go to file
2024-07-21 01:39:25 +03:00
default_tasks removed TESTS_C and TESTS_CPP 2024-07-20 23:07:35 +03:00
example_dependency_configs dependency compilation 2024-07-15 23:01:38 +03:00
.gitignore parse_version 2024-07-19 00:13:12 +03:00
bootstrap.sh v2.1.0 2024-07-19 01:56:33 +03:00
cbuild.sh fixed command line arguments parsing 2024-07-21 01:39:25 +03:00
CHANGELOG.md removed TESTS_C and TESTS_CPP 2024-07-20 23:07:35 +03:00
chmod_scripts.sh v2.0.0 2024-07-12 01:55:58 +03:00
config.sh v2.1.0 2024-07-19 01:56:33 +03:00
default.config callgrind config 2024-07-20 23:13:44 +03:00
detect_os.sh v2.0.0 2024-07-12 01:55:58 +03:00
functions.sh v2.1.0 2024-07-19 01:56:33 +03:00
myprint.sh optimized line printing 2024-07-19 01:43:57 +03:00
README.md task bugfix 2024-07-12 03:19:09 +03:00
setup.sh removed TESTS_C and TESTS_CPP 2024-07-20 23:07:35 +03:00

cbuild

My C/C++ build system written in bash.

Installation

git clone https://timerix.ddns.net:3322/cbuild.git
cd cbuild
sudo ./setup.sh 

Usage

  1. Initialize cbuild project in some directory:

    cd some_project
    cbuild --new-project
    
  2. Edit default.config.

  3. Call some tasks:

    cbuild build_exec_dbg exec