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

原文链接: https://www.cnblogs.com/2018/archive/2013/03/07/2947816.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    MingW 综合资料参考

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/79943

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月9日 下午7:18
下一篇 2023年2月9日 下午7:18

相关推荐