最近我一直迷惑MinGW是什么东西, 经过这么一解释清楚多了 MinGW = Minimalist GNU for Windows.
下面是官网( http://www.mingw.org/ )的解释:
MinGW, a contraction of "Minimalist GNU for Windows", is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications. Offered in easily installed binary package format, for native deployment on MS-Windows, or user-built from source, for cross-hosted use on Unix or GNU/Linux, the suite exploits Microsoft's standard system DLLs to provide the C-Runtime and Windows API. It is augmented by additional function libraries for improved ISO C-99 compatibility, and further, by community supported add-on tools and libraries, many pre-built, many more in the form of "mingwPORTs", to be built by the end user.
本文介绍了MinGW(Minimalist GNU for Windows)的概念及其用途。MinGW是GNU Compiler Collection (GCC) 和 GNU Binutils 的移植版,用于开发原生微软Windows应用程序。通过标准系统DLL提供C运行时和Windows API,增强ISO C-99兼容性,并通过社区支持的附加工具和库进行扩展。

1732

被折叠的 条评论
为什么被折叠?



