Download web installer from here: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Answer from user11572168 on Stack OverflowDownload web installer from here: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
You can get a MinGW-w64 build that requires no installation from http://winlibs.com/, just extract the archive and start using it. The site also explains how to use the compiler from Code::Blocks IDE.
Videos
Download web installer from here: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
Answer from user11572168 on Stack OverflowI tried to install MinGW-w64, downloaded it from sourceforge.net and followed instructions from so many youtube videos and all said to add bin folder to the path... I don't see any kind of folders like this, then I downloaded and tried to install the mingw-64-install.exe but while installing it always says "The file downloaded incorrectly" then I tried it with other downloaded intall.exe files but still the sam... Now i ran out of ideas what to do! PleasE HALP
GCC 10 is officially released. The personal build for Windows (MinGW-w64) that can be downloaded from https://winlibs.com requires no installation, just extract to a folder.
Building GCC on Windows from source code is very difficult and cannot be recommended to beginners. Moreover, GCC 10 has not yet been officially released and you may need to wait a few more weeks to get it.
If you want an up-to-date GCC in Windows (currently version 9.3), I recommend downloading and installing the MSYS2 package. Once you install it, launch it using the "MinGW64" icon and install the correct compiler in the terminal. For details, see this question: How to install MinGW-w64 and MSYS2?
Once you have done this, you can forget about MSYS2 and simply use the directory with the binaries in your PATH.
The maintainers of MSYS2 are very keen in supporting bleeding edge software, so once GCC 10 is released, you will be able to update to it (using the command pacman -Syu)
very soon.
Hi,
Is anyone else experiencing problems to download the above from sourceforge: https://sourceforge.net/projects/mingw-w64/.
The documents I follow all state that the downloaded file should be an exe but in this case I download a zip with source documents.
Under Files I found the installer (mingw-w64-install.exe) but after it starts it return an error that requirments.txt cannot be downloaded.