Install MinGW for Windows
Systems Experience Validation and Systems Experience Player require MinGW installation to compile.
-
To install MinGW:
- Download the MinGW-W64-install.exe compiler from https://sourceforge.net/projects/mingw-w64/files/.
-
Start the generic MinGW-W64 installer and specify the following parameters:
- Version: 8.1.0
- Architecture: x86_64
- Threads:
posix
- Exception:
sjlj
- Build revision: 0
-
Select the installation folder.
Note: Do not use spaces or special characters in paths.
- Enter the path of the MinGW bin folder in your configuration file for both MinGW and MSYS.
-
Before compiling, duplicate the file
mingw32-make.exe
located inmingw64/bin
and rename itmake.exe
.For more information about this renaming, see https://sourceforge.net/p/mingw-w64/wiki2/Make/.
Note: You can also directly renamemingw32-make.exe
tomake.exe
if you are sure to use MinGW only for Systems Experience Validation and Systems Experience Player.