11 lines
243 B
Markdown
11 lines
243 B
Markdown
# Build openkknd2
|
|
|
|
```bash
|
|
cd ~/src/openkknd2-am-coder
|
|
./scripts/ci-headless.sh
|
|
# or:
|
|
cmake -S . -B build && cmake --build build
|
|
./build/openkknd2 --headless --smoke
|
|
```
|
|
|
|
Deps: CMake, C compiler. SDL2 optional (not required for headless sim).
|