MinGW,MinGW-w64和MinGW-builds有什么区别? [英] What is the difference between MinGW, MinGW-w64 and MinGW-builds?

查看:1899
本文介绍了MinGW,MinGW-w64和MinGW-builds有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MinGW MinGW-w64 MinGW-builds < a>?

What are the differences between MinGW, MinGW-w64 and MinGW-builds?

在Windows 8机器上使用Eclipse IDE编译c ++ 11源代码应该使用哪一个?

And which one should I use to compile c++ 11 source code with the Eclipse IDE on a Windows 8 machine?

推荐答案

MinGW是Windows的GCC端口。不是所有的Windows API是支持的(但对于许多程序,支持的东西是足够的),它只适用于32位程序(它通常可以运行在64位Windows上,但有些不能,你不能编译为64位)。

MinGW is a GCC-port for Windows. Not all of the Windows API is supported (but for many programs the supported stuff is sufficient) and it´s only for 32bit-Programs (which often can run on 64bit-Windows too, but some can´t, and you can´t compile them as 64bit).

MinGW-w64 是一个改进版本,支持32位和64位,还有一些WinAPI(仍然不是全部,因为那些工作,但超过MinGW)。

MinGW-w64 is a improved version which supports both 32bit and 64bit, and some more of the WinAPI (still not all, because thats much work, but more than MinGW).

MinGW-w64只提供其源代码,但没有二进制文件来只使用编译器。

MinGW-w64 only provides their source code, but no binaries to "just use" the compiler.

MinGW-builds是一个有点单独的项目,用于在最有用的配置中提供二进制文件。要获得MinGW-w64的专门构建,仍然可以手动编译。

MinGW-builds is a somewhat separate project to provide binaries in the most useful configurations. To get a specialized build of MinGW-w64, manual compiling is still possible.

使用 MinGW-builds自安装程序是最简单的方法,如果不需要异常。另外,请参阅此处了解自助安装程序的帮助。

Using the MinGW-builds self-installer is the easiest way, if nothing unusual is needed. Also see here for help with the self-installer.

这篇关于MinGW,MinGW-w64和MinGW-builds有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆