MinGW Installation
MinGW is a C/C++ compiler suite. MinGW(Minimalist GNU for Windows), formerly mingw32 is a free and open source software development environment for creating Microsoft Windows applications.
~ Wikipedia
Step 1:Download
The link to download the installer is given under. Download it.(mingw-get-setup).
MinGWStep 2: Installer
Get the installer which will be downloaded when you run the mingw setup.Select the mingw basic and mingw gcc compiler
After you are done with this... Click Installation on the top left and select update catalogue which will ask you review changes and accept them. When it finishes, your MinGW installation is complete except the part of "Path Setting"
Step 2: Getting MinGW (alternate way)
There is an other way to get the MinGW files. Click on the link given below and download the files. Paste them to your default installation disk (For example, my default drive is C).
Then Proceed to the next step.
Step 3: Setting path for MinGW
After the installation you will find the bin files in the directory where the MinGW was installed. Goto "installation path":\bin folder and then right click on any of the files there to see its properties. Copy the location of it. Now follow these steps.
Step 3a:
Go to properties of your computer and there to Advanced System Settings. Select Environment variables.Step 3b:
In those variables, under System variables find the variable with the name "Path". Select it and click Edit.And that's it. This finishes the installation of MinGW.
"If you have still any doubts on installation, feel free to comment or mail me."
Comments
Post a Comment