diff options
| author | Assiduous <61806567+TheMostDiligent@users.noreply.github.com> | 2020-05-02 00:32:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 00:32:31 +0000 |
| commit | c405015d1b0741a1c5f9f625700a19b58828e438 (patch) | |
| tree | caefadbbe4f02e74c1f58febb33923e1b728385e /README.md | |
| parent | Updated tools (fixed MinGW xinput link error) (diff) | |
| download | DiligentEngine-c405015d1b0741a1c5f9f625700a19b58828e438.tar.gz DiligentEngine-c405015d1b0741a1c5f9f625700a19b58828e438.zip | |
Readme: updated MinGW build instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 15 If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/ocornut/imgui/issues/3183)): ``` -cmake -S . -B ./build/MinGW -G "MinGW Makefiles" +cmake -S . -B ./build/MinGW -D CMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ``` **WARNING!** In current implementation, full path to cmake build folder **must not contain white spaces**. |
