We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c923812 commit d7ddef5Copy full SHA for d7ddef5
README.md
@@ -155,6 +155,15 @@ Used as build system for some other project that can be handy
155
pacman -S mingw-w64-i686-cmake
156
```
157
158
+ **To build in Windows environment use from build folder:**
159
+ ```sh
160
+ cmake -G "MinGW Makefiles" .. -DCMAKE_MAKE_PROGRAM=c:\msys64\win32\make.exe
161
+ ```
162
+ **To build in MSYS environment use from build folder:**
163
164
+ cmake -G "MSYS Makefiles" ..
165
166
+
167
<a name="optional-clang"/>
168
### Clang
169
If you wish to compile/link with the alternative Clang, go ahead and download **STILL EXPERIMENTAL**:
0 commit comments