Install And Setting Up Mingw

 How to install and setup the mingw compiler for both C and C++.


Steps to install mingw compiler tools in windows

  1. Download the mingw installer form the internet.
  2. Open the Installer and install it. It show the default location accept it.
  3. Then now open the mingw installer form the menu and click update catlog, in upper menu.
  4. Now the select the mingw32-base ,mingw32-gcc=g++ and mingw32-gcc-objc for 
  5. Now click on Apply Catlog or update Catlog in upper menu
  6. Now wait for the totall installation has been completed.
  7. After finishing the installtation close the catlog. and open the system variables for the search bar.
  8. Now select the user variables or system variables and click edit.
  9. Now browse the location of mingw/bin where you give in the step of installation.
  10. Now  click on save.
  11. And now open cmd and try this commands to check wheater the c and C++ compilers had been installed on your computer.
  12. gcc --version and g++ --version.























Post a Comment (0)
Previous Post Next Post