MingW 综合资料参考

简介

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

安装和下载地址

http://nuwen.net/mingw.html

http://www.mingw.org

http://mingw-w64.sourceforge.net

http://tdm-gcc.tdragon.net

参考站点和社区

MinGW official sites

v    Homepage :  http://www.mingw.org

v    Manuals:  http://www.mingw.org/wiki/HOWTO

v    Wiki :  http://www.mingw.org/wiki

v    Source code and binary files :  http://sourceforge.net/projects/mingw/files/MinGW

v    Available mailing lists:  http://www.mingw.org/lists.shtml

MinGW-w64 official sites

v    Homepage :  http://mingw-w64.sourceforge.net

v    Wiki :  http://sourceforge.net/apps/trac/mingw-w64

v    Source code and binary files :  http://sourceforge.net/projects/mingw-w64/files

v    Discussion forum:  http://sourceforge.net/projects/mingw-w64/forums/forum/723797

v    Public support mailing list:  https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

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

GNU Compiler Collection official sites

v    Homepage :  http://gcc.gnu.org

v    Manual and documentation :  http://gcc.gnu.org/onlinedocs

v    Wiki :  http://gcc.gnu.org/wiki

v    Available mailing lists:  http://gcc.gnu.org/lists.htm

GNU Debugger official sites

v    Homepage :  http://www.gnu.org/software/gdb

v    Manual and documentation :  http://www.gnu.org/software/gdb/documentation

v    Wiki :  http://sourceware.org/gdb/wiki

v    Available mailing lists:  http://www.gnu.org/software/gdb/mailing-lists

GNU Make official sites

   Homepage :  http://www.gnu.org/software/make

   Manual and documentation :  http://www.gnu.org/software/make/manual/html_node/index.html

   Mailing lists:  "><bug-make@gnu.org>"><help-make@gnu.org>

Articles and tutorials

http://www.cs.utah.edu/dept/old/texinfo/as/gprof.html : This is a detailed article about gprof profiler usage

http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor : This is quite simple and demonstrative tutorial on GNU Make utility

http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html : You will find detailed information about MinGW C++ compiler optimization capabilities

http://gcc.gnu.org/onlinedocs/gcc/Standards.html : You can find information about compiler's supporting standards

Community

v    Largest free and open source-focused IRC network :  http://freenode.net

v    Unofficial distributions :  http://nuwen.net/mingw.html ; http://tdm-gcc.tdragon.net

v    Several MinGW developers sites :  http://www.willus.com/mingw/colinp ; http://www.megacz.com; http://rmathew.com

Twitter

v    Packt Publishing:  https://twitter.com/packtopensource

posted @ 2013-03-07 12:40  2012  阅读(451)  评论(0编辑  收藏  举报