I’ve downloaded source files for mingw.
Could someone please tell me what steps shall I make to build it on Windows7?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have downloaded the sources to the MinGW-w64 CRT and headers.
You want the prebuilt toolchain binaries found in:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/
There, you will find Personal builds by me (GCC 4.7 prerelease and 4.6) and sezero (GCC 4.4/4.5) in the form of zip or 7z archives you can unzip and use after adding
mingw??/binto your PATH.You can also use the sometimes more updated autobuilds, but they’re lacking some features.
Note there are also cross-compilers for Linux.