15 lines
192 B
Markdown
15 lines
192 B
Markdown
# Hiisi
|
|
|
|
One more Hiisi-engine.
|
|
|
|
```bash
|
|
git clone --recurse-submodules -j8 git@git.kitemoonsche.me:schme/Hiisi.git
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cmake -B build -S . -G Ninja
|
|
cmake --build build
|
|
```
|