0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 13:43:41 +00:00

updated readme

This commit is contained in:
Benedikt Galbavy 2024-01-11 08:40:56 +01:00
parent f8c8c6de00
commit 76f270b7be

View File

@ -0,0 +1,9 @@
##### Compiling:
```sh
git submodule update --init # only needed once
cmake -S . -B build
```
For Windows systems using MinGW the flag `-G "MinGW Makefiles"` has to be specified
The executable can be found as `build/SDL_Minigame` after building