Skip to content

Commit d7ddef5

Browse files
committed
Update README.md
1 parent c923812 commit d7ddef5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@ Used as build system for some other project that can be handy
155155
pacman -S mingw-w64-i686-cmake
156156
```
157157

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+
```sh
164+
cmake -G "MSYS Makefiles" ..
165+
```
166+
158167
<a name="optional-clang"/>
159168
### Clang
160169
If you wish to compile/link with the alternative Clang, go ahead and download **STILL EXPERIMENTAL**:

0 commit comments

Comments
 (0)