Thursday, June 4, 2020

How To Install MinGW (GCC C++ ) Compiler Suite On Windwos 10


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

mingw stands for minimalist GNU for Windows and it is a minimalist development environment for native Microsoft Windows applications and it comes with GNU tool chain, which comes to the GCC, the GNU compiler collection which supports languages like 'C' 'C plus plus' 'ada'  'fortran' etc.

Offcial Website -http://www.mingw.org/

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Testing Environment: Windows 10 64Bit

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Step 1- Download And install - AIO Runtime Libraries

AIO Runtime Libraries Download Link - https://www.softpedia.com/get/Programming/Components-Libraries/Visual-C-Installer-Uninstaller.shtml


Step 2 - Download Mingw

Download Link - http://www.mingw.org/

https://mirrors.xtom.com/osdn//mingw/68260/mingw-get-setup.exe

Link 2 - https://sourceforge.net/projects/mingw-w64/


g++ --version

gcc --version

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment