diff --git a/README.md b/README.md index e69de29..af0abeb 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file