mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 15:53:42 +00:00
Update README.md
This commit is contained in:
parent
5349638e24
commit
d450744041
@ -1,10 +1,10 @@
|
|||||||
##### Compiling:
|
##### Compiling:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git submodule update --init # only needed once
|
git submodule update --init --recursive # only needed once
|
||||||
cmake -S . -B build
|
cmake -S . -B build
|
||||||
cmake --build build
|
cmake --build build
|
||||||
```
|
```
|
||||||
For Windows systems using MinGW the flag `-G "MinGW Makefiles"` has to be specified
|
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
|
The executable can be found as `build/SDL_Minigame` after building
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user