We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd94611 commit 28fc9ffCopy full SHA for 28fc9ff
readme.md
@@ -57,7 +57,11 @@ The next step is to install Cmake
57
Once mingw is installed, add the bin folder in your PATH to use make !
58

59
60
-Once those depencies are resolved, you can build the application with:
+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:
65
- `cmake --build release --config Release --target all` in release mode
66
- `cmake --build debug --config Debug --target all` in debug mode
67
0 commit comments