博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MingW 综合资料参考
阅读量:5145 次
发布时间:2019-06-13

本文共 1677 字,大约阅读时间需要 5 分钟。

简介

Minimalist GNU for Windows (MinGW) is a native software port of the GNU tool chain for the

Microsoft Windows operating system. The base components of MinGW software are compiler,

linker, and assembler. This minimal tool set is enough to start developing applications. But

MinGW contains some service utilities to make the developing process more effective:

Ø    GNU Make

Ø    GNU Debugger (GDB)

Ø    GNU profiler

Ø    Compiler for Windows resource files

Ø    Header files and libraries for Windows API

Ø    Collection of archives and packers

安装和下载地址

参考站点和社区

MinGW official sites

v    Homepage : 

v    Manuals: 

v    Wiki : 

v    Source code and binary files : 

v    Available mailing lists: 

MinGW-w64 official sites

v    Homepage : 

v    Wiki : 

v    Source code and binary files : 

v    Discussion forum: 

v    Public support mailing list: 

v    Support IRC channel :  irc://irc.oftc.net/#mingw-w64

GNU Compiler Collection official sites

v    Homepage : 

v    Manual and documentation : 

v    Wiki : 

v    Available mailing lists: 

GNU Debugger official sites

v    Homepage : 

v    Manual and documentation : 

v    Wiki : 

v    Available mailing lists: 

GNU Make official sites

   Homepage : 

   Manual and documentation : 

   Mailing lists:  ; 

Articles and tutorials

v  : This is a detailed article about gprof profiler usage

v  : This is quite simple and demonstrative tutorial on GNU Make utility

v  : You will find detailed information about MinGW C++ compiler optimization capabilities

v  : You can find information about compiler's supporting standards

Community

v    Largest free and open source-focused IRC network : 

v    Unofficial distributions :  ;

v    Several MinGW developers sites :  ;

Twitter

v    Packt Publishing: 

转载于:https://www.cnblogs.com/2018/archive/2013/03/07/2947816.html

你可能感兴趣的文章
电脑没有安装iis,但是安装了.NET环境,如何调试网站发布的程序
查看>>
【Mac + GitHub】之在另一台Mac电脑上下载GitHub的SSH链接报错
查看>>
Day03:Selenium,BeautifulSoup4
查看>>
Java NIO系列教程(九) ServerSocketChannel
查看>>
awk变量
查看>>
mysql_对于DQL 的简单举例
查看>>
postgis几何操作函数集
查看>>
js用blob处理ajax请求的流文件
查看>>
ACM题目————还是畅通工程
查看>>
CentOS7使用firewalld打开关闭防火墙与端口
查看>>
35. Search Insert Position(C++)
查看>>
ubuntu 卡在登陆界面无法进入桌面,但是可以进入命令行界面
查看>>
python_day1
查看>>
【转】vim中多标签和多窗口的使用
查看>>
[毕业生的商业软件开发之路]C#异常处理
查看>>
chrome 禁止自动更新
查看>>
一些php文件函数
查看>>
std::min error C2059: 语法错误:“::” 的解决方法
查看>>
Opencv保存摄像头视频&&各种编码器下视频文件占用空间对比
查看>>
「图形学」直线扫描——Bresenham算法改进了中点Bresenham算法?
查看>>