GCC 5.1x for Windows

  GCC 5.1x Compilers

下载地址1:

Mingw gcc 5.10下载 这个是某微软员工编译的版本

 

MinGW is a port of GCC to Windows. It is free of charge and simple to use (well, as simple as toolchains ever get). It produces standalone Windows executables which may be distributed in any manner. MinGW's official website mingw-w64.sourceforge.net provides various builds, but I maintain my own distro because I demand complete control. (It's a long story, but mingw-w64 forked from mingw.org. Although my distro was based on mingw.org for many years, I now consider mingw-w64 to be the one true MinGW.)

 

Contents

The components of this distro fall into four categories:

  • Essentials: The components of MinGW itself. They are required in order to run GCC.
  • Libraries: Useful C and C++ libraries.
  • Utilities: Programs used by programmers.
  • Utilities (Binary): More programs used by programmers. Unlike everything else, I obtained these executables from their official websites instead of building them myself.

 

Essentials Libraries Utilities Utilities (Binary)
binutils 2.25 Boost 1.58.0 coreutils 8.23*** 7-Zip 9.20
GCC 5.1.0 FreeType 2.5.5 gdb 7.9 FCIV 2.05
mingw-w64 4.0.2 GLEW 1.12.0 grep 2.10 git 1.9.5 20150319
  GLM 0.9.6.3 LAME 3.99.5  
  libbzip2 1.0.6 make 4.1  
  libjpeg-turbo 1.4.0* pngcheck 2.3.0  
  libogg 1.3.2 pngcrush 1.7.85  
  libpng 1.6.17 sed 4.2.2  
  libvorbis 1.3.5 vorbis-tools 1.4.0  
  PCRE 8.36**    
  SDL 2.0.3    
  SDL_mixer 2.0.0    
  zlib 1.2.8

 

 下载地址二:

TDM-GCC 这个我就不多说了,你懂的!工欲善其事必先利其器!!!!!!!!

2014 · December 12th 更新基于GCC 4.92包括x64 和 x86版本

 

  • TDM-GCC is a compiler suite for Windows.
  • It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.
  • It can create 32-bit OR 64-bit binaries, for any version of Windows since Windows 98.
  • It has an easy-to-use single-file installer that creates a working installation with just a few clicks, and can update that installation when new packages become available.
  • It consists of command-line tools only. If you want a visual IDE (text editor, compiler interface, visual debugger),Code::Blocks integrates well with TDM-GCC.
  • TDM-GCC is a redistribution of components that are freely available elsewhere; as such, support for using TDM-GCC should generally be sought on the basis of the individual components in their respective forums. See the documentation for more details.

 

下载地址三:

MinGW-w64 - for 32 and 64 bit Windows

 包含各种版本的GCC编译器,尤其是包含最新的GCC5.0版本。。。还有GCC6.0 ...

 

 下载地址四:

Clang for windows

 

Dev-C++:

 以为Dev-C++挂了,没想到还活着

 

Dec-C++ v5.83下载地址

你可能感兴趣的:(windows)