Setting up MinGW for FORTE Development

Install MinGW

Download installer MinGW Installer. Install using default options and add the following packages:

After install go to the Control Panel/System/Advanced/Environment Variables. Change PATH variable (click on it) add path where your MinGW binaries have been installed in e.g., C:\MinGW\bin\;. Add C:\MinGW\bin;C:\MinGW\msys\1.0\bin; in the Windows file PATH. Try to give it in the beginning of the path or most likely after C:\Program Files\Common Files\Microsoft Shared\Windows Live;.

Test MinGW

Open command prompt window by pressing Windows button and entering cmd. Enter bash, if bash prompt appears it was successful.

Configure with CMake