Minimalist GNU for Windows - MinGW

来源:互联网 发布:香猪淘宝上面可以买吗 编辑:程序博客网 时间:2024/06/04 13:53

MinGW, a contraction of "Minimalist GNU forWindows", is a port of the GNU Compiler Collection (GCC), and GNUBinutils, for use in the development of native Microsoft Windowsapplications. Offered in easily installed binary package format, fornative deployment on MS-Windows, or user-built from source, forcross-hosted use on Unix or GNU/Linux, the suite exploits Microsoft'sstandard system DLLs to provide the C-Runtime and Windows API. It isaugmented by additional function libraries for improved ISO C-99compatibility, and further, by community supported add-on tools andlibraries, many pre-built, many more in the form of "mingwPORTs", to bebuilt by the end user.

MinGW provides a complete Open Source programming tool set which issuitable for the development of native MS-Windows applications, andwhich do not depend on any 3rd-party C-Runtime DLLs.

Offical site: http://www.mingw.org/

Howto: http://www.mingw.org/wiki/HOWTO

 --> Python for windows gcc complier

原创粉丝点击