tesohh-bricks 1.0.4

build system and package manager for C/C++
Documentation
# Installation

## 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]https://github.com/Tesohh/bricks/releases
- download your preferred version.

## Through cargo
```sh
cargo install tesohh-bricks
```

## From source
```sh
git clone https://github.com/Tesohh/bricks.git
cd bricks
cargo install --path .
```