How to install MinGW 64 bits on Windows?

I hit this problem: mingw-w64 installer "the file has been downloaded incorrectly" when I download mingw64 from sourceforge. I followed the answer there, downloading . But this file has no binaries that can be executed. I don't know what it does. It looks like a project to be compiled.

How can I simply install MinGW 64 bits in Windows?

5

1 Answer

mingw-w64 is an open source project and the developers provide source code only. If you're looking for Windows binaries then you need to download them from a third party who builds the source.

There are a few configurable options when building the source (such as threading backend and exception-handling backend) so you will see some differences amongst these builds. Here are some options:

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like