Friday 8 April 2011

MinGW setup on Windows XP

So the download has finished, we need to check that the command to compile (gcc) is found by the Windows command prompt. For that we add to the PATH environment variable :
;C\mingw\bin .
We finally test MinGW's GCC from the command line:
gcc --version


No comments:

Post a Comment