Developer MinGW Install - johnttaylor/epc GitHub Wiki
MinGW-w64 Compiler (aka GCC for Windows)
Note: The TDM build of the MinGW compiler is used because the build supports building both 32-bit and 64-bit applications using a single toolchain.
-
Download and run the latest MinGW tdm64 installer.
-
Select Yes to allow the installer to make changes to your machine.
-
Select Create.
-
Select MinGW-W64/TDM64 (32-bit and 64-bit) and select Next.
-
Leave the default installation directory and select Next.
Note: The build scripts expect the compiler to be at
c:\TDM-GCC-64
. If you install the compiler to a different location, you will need to create a symbolic link to the install directory (See Windows support for symbolic links for additional information.) -
In the Select the type of install drop-down menu, choose the TDM-GCC Recommended, C/C++ option and select Install.
-
Select Next and then select Finish.
-
In a command prompt window enter
gcc-v
to verify the compiler installed correctly.