26 lines
748 B
Markdown
26 lines
748 B
Markdown
# OpenKKND
|
|
|
|
Original post-apocalyptic **RTS** in portable **C11**.
|
|
|
|
**Not** a remake of any commercial KKnD title. Genre-inspired only.
|
|
No proprietary assets. Free/permissive third-party material only (see `THIRD_PARTY.md`).
|
|
|
|
## Build (macOS / Linux / *BSD)
|
|
|
|
```bash
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
|
cmake --build build -j
|
|
./build/openkknd
|
|
```
|
|
|
|
Dependencies: **CMake ≥ 3.16**, **SDL2** (Homebrew `sdl2` / distro packages).
|
|
|
|
## Packaging
|
|
|
|
See `packaging/` for pkgsrc, FreeBSD/OpenBSD/DragonFly ports stubs,
|
|
Windows MSI notes, and Linux static build notes.
|
|
|
|
## Auto-build (every 4 hours)
|
|
|
|
User LaunchAgent: `~/Library/LaunchAgents/ch.openkknd.autobuild.plist`
|
|
Script: `scripts/bump-and-build.sh` → artifacts in `dist/<version>/`.
|