kitchen: README + MISSIONS/engine-c keep-drop notes

This commit is contained in:
Hernâni Marques 2026-09-17 21:48:48 +02:00
parent 1d351918da
commit 575d7d29b8
No known key found for this signature in database
130 changed files with 9817 additions and 1 deletions

View file

@ -0,0 +1,11 @@
# 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).