12 lines
92 B
Markdown
12 lines
92 B
Markdown
|
|
|
|
## Install
|
|
|
|
|
|
```shell
|
|
# Top
|
|
cmake -S . -B output -G "Unix Makefiles"
|
|
|
|
make -C output
|
|
```
|