MinGW

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(项目)
 
(未显示1个用户的1个中间版本)
第1行: 第1行:
{{top news}}
 
 
{{SeeWikipedia}}
 
{{SeeWikipedia}}
  
 
MinGW - Minimalist GNU for Windows
 
MinGW - Minimalist GNU for Windows
  
 +
==简介==
 
MinGW: import libraries and header files for use with GCC to build native Windows applications; now with added extensions to the MSVC runtime to support C99 functionality.
 
MinGW: import libraries and header files for use with GCC to build native Windows applications; now with added extensions to the MSVC runtime to support C99 functionality.
  
 +
==新闻==
 +
 +
==功能==
 +
<rss>http://www.mingw.org/rss.xml|short|date|max=10</rss>
 +
 +
==指南==
 
你可下载 http://switch.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe
 
你可下载 http://switch.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe
  
第18行: 第24行:
 
  gcc -o hello hello.c // 将创建 hello.exe 文件
 
  gcc -o hello hello.c // 将创建 hello.exe 文件
  
==新闻==
+
==项目==
<rss>http://www.mingw.org/rss.xml|short|date|max=10</rss>
+
[[文件:MinGW-w64-long.png|right|MinGW-w64]]
 +
*[https://www.mingw-w64.org/ MinGW-w64]
  
==链接==
+
==图集==
*http://www.mingw.org/
+
<gallery>
 +
image:MinGW-Installation-Manager.png|安装管理器
 +
</gallery>
  
{{comment}}
+
==链接==
 +
*[http://www.mingw.org/ MinGW官网]
  
 
[[category:software development]]
 
[[category:software development]]

2022年9月6日 (二) 01:03的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 MinGW Thanks, Wikipedia.

MinGW - Minimalist GNU for Windows

目录

[编辑] 简介

MinGW: import libraries and header files for use with GCC to build native Windows applications; now with added extensions to the MSVC runtime to support C99 functionality.

[编辑] 新闻

[编辑] 功能

自http://www.mingw.org/rss.xml加载RSS失败或RSS源被墙

[编辑] 指南

你可下载 http://switch.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe

运行它,它会指导你下载并安装相关组件,完全安装大约需要 146.6M的空间。

touch hello.c
#include <stdio.h>
int main(void) {
 printf ("hello world\n");
 return 0;
}
gcc -o hello hello.c // 将创建 hello.exe 文件

[编辑] 项目

MinGW-w64

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱