kitchen: README + MISSIONS/engine-c keep-drop notes
This commit is contained in:
parent
1d351918da
commit
575d7d29b8
130 changed files with 9817 additions and 1 deletions
11
openkknd2-am-coder/docs/BUILD.md
Normal file
11
openkknd2-am-coder/docs/BUILD.md
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue