OpenKKnD/openkknd2-am-coder/docs/BUILD.md
2026-09-17 21:48:48 +02:00

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).