# 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 .
```