Skip to content

Commit 28fc9ff

Browse files
authored
Update readme.md
1 parent fd94611 commit 28fc9ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ The next step is to install Cmake
5757
Once mingw is installed, add the bin folder in your PATH to use make !
5858
![Set up mingw in path](docs/mingwpath.png)
5959

60-
Once those depencies are resolved, you can build the application with:
60+
Once those depencies are resolved, you can build the application by :
61+
Creating a folder named `release` at the root of the project
62+
then enter in it and run:
63+
- `cmake -S ../ -B . -G "MinGW Makefiles"`
64+
After it is done you can execute any of those command to build the project:
6165
- `cmake --build release --config Release --target all` in release mode
6266
- `cmake --build debug --config Debug --target all` in debug mode
6367

0 commit comments

Comments
 (0)