MinGW-w64 With GCC Offline Setup For C/C++ Compiler [Windows 11 64 Bit]

MinGW-w64 Offline Setup



File Info:

1.Name: MinGW-w64 
2.Type: Open Source Software Development Environment
3.Format: .exe (file)
4.Size: 98.8MB (Including GIT) | 49.3MB (Without GIT)

Description:

MinGW-w64 is an open source software development environment for operating systems like Windows, Linux, Mac, comes with a public domain license as GNU (General Public License), this is widely used for the compilation of C/C++ programs in IDEs, this is a very important environment for programmers for the development process on their projects. This MinGW distribution is x64-native and currently contains GCC 11.2.0 and Boost 1.77.0.

Why To Use This Offline MinGW-w64 Setup?

This offline setup is a self extracting archive which is a very simple process to install MinGW-w64 environment in your OS without errors and interruptions.

How To Install MinGW-w64 In Windows?

Follow these simple steps to install MinGW-w64 environment in your system.

Step 1: Download The MinGW-w64 Offline Setup Here: MinGW-w64 Offline Setup For Windows 11/ 10

Step 2: Double click on the MinGW-w64 Setup file 

Step 3: Wait till the installation completes and follow the image tutorials below:

Step 4: Type C:\Mingw\bin in the address bar of  your Windows Explorer and Copy it. 



Step 5: Now Open the properties of your system by right click on the This PC icon and then click on Advanced system settings



Step 6: Now click on environmental variables.




Step 7: Now edit the path of the system variables as shown in the image



Step 8: After Clicking New Button, Just paste the address into the path.


Step 9: Done! Now open your command prompt and type g++ –-version and hit enter, it will show the current version of your GCC

Step 10: Now your can execute each and every C/C++ program.


Conclusion:

MinGW-w64 is an open source development environment for programmers/developers to execute their C/C++ programs, this is very useful for those who want to code in C or C++ languages.

Post a Comment

Type comment here