Skip to content

safocl/Mingw64_on_Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Installing Mingw-w64-x86_64 on Windows

With msys2:

goto https://www.msys2.org/ and download installer. run installer and install msys2.

then run msys2 shell and type that commands:

$ pacman -Syu

close MSYS2, run it again, then type:

$ pacman -Su
$ pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake

the required components are now installed. you need to run mingw64 or create a shortcut to the desktop.

You need to set the PATH variable in the environment variable settings by adding '[path to msys2 installation folder]/mingw64' to detecting the compiler by other programs.

About

Mingw64 on Windows (installing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published