GCC的windows版本TDM-GCC的安裝和使用

TDM-GCC 是 Windows 下的編譯器套件。ui

當GCC建立一個新的版本,TDM構建二進制包在MinGW的(www.mingw.org)環境中使用MinGW的官方GCC軟件包的替代品。spa

官網的介紹是:.net

  • TDM-GCC is a compiler suite for Windows.
  • It combines the most recent stable release of the GCC toolset with the free and open-source MinGW or MinGW-w64 runtime APIs to create a LIBRE alternative to Microsoft's compiler and platform SDK.
  • It can create 32-bit OR 64-bit binaries, for any version of Windows since Windows 95.
  • It comes with an easy-to-use single-file installer that creates a working installation with just a few clicks, and can automatically 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.

哈哈,相對於mingw,這是一個上網安裝的,就是下載後直接能夠安裝的,而mingw如今是下載下來幾百k,但是安裝的時候他會自動下載所需的軟件,我不太喜歡這種模式。debug

安裝好後,在終端下能夠直接輸入gcc或者g++,還有gdb哦,不錯的軟件,值得推薦!code

相關文章
相關標籤/搜索