WikiAnswer

The collaborative question answering wiki

User Tools

Site Tools


english:computers_and_internet:how_to_install_mingw-w64_on_windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
english:computers_and_internet:how_to_install_mingw-w64_on_windows [2026/03/23 20:30] 90.167.98.217english:computers_and_internet:how_to_install_mingw-w64_on_windows [2026/03/23 20:46] (current) 90.167.98.217
Line 3: Line 3:
   - Go to this page: https://winlibs.com/   - Go to this page: https://winlibs.com/
   - Download the latest version of MinGW-w64 ("UCRT runtime" / "GCC + MinGW-w64")   - Download the latest version of MinGW-w64 ("UCRT runtime" / "GCC + MinGW-w64")
-  - Extract the ZIP file to ''C:'' so that you have all the files available in the folder: ''C:\mingw-w64'' +  - Extract the ZIP file to ''C:'' so that you have all the files available in the folder: ''C:\mingw64'' 
-  - Search for "env" in the Start menu, select "Edit the system environment variables," click "Environment Variables" and choose to edit "Useror "System" variables. +  - Search for "env" in the Start menu, select "Edit the system environment variables," click "Environment Variables" and choose to edit the "PATHuser variable 
-  - Add the following to PATH: ''C:\mingw-w64\bin'' +  - Add the following new variable to PATH: ''C:\mingw64\bin'' 
-  - Verify: ''gcc --version''+  - Press the ''Windows key + r''. In the Run box, type ''cmd'', and then click Ok. This opens the Command Prompt window 
 +  - Check that gcc runs correctly (execute the command ''gcc %%--%%version'', for example)
english/computers_and_internet/how_to_install_mingw-w64_on_windows.1774297825.txt.gz · Last modified: 2026/03/23 20:30 by 90.167.98.217