blob: e2f454d7b30227c98ed3d03da7dc30b6d7e83ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Build instructions
```sh
cmake -B build
make -C build
```
Pass `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release` to
`cmake` to select the according build configuration.
This builds a CLI that can be then found in `./build/bin/katja`.
|