bricks
build system and package manager for C/C++
Documentation
Go to the bricks guide
Installing
Requirements
pkg-config- a c compiler
- an archiver such as
ar - rust toolchain if building from source or installing through cargo
Prebuilt binary
- Visit https://github.com/Tesohh/bricks/releases
- download your preferred version.
Through cargo
From source
Project setup
To initialize a new project (binary):
After adding all dependencies to the brick.toml file, run bricks install
learn more on the guide
Config
Here is an example config for a raylib project:
[]
= "project_name"
= "binary"
= "c"
= "c99"
[]
= "git"
= "https://github.com/raysan5/raylib.git"
= "5.5"
= "cd src; make"
= "src"
= "src"