come with
C:\mingw64?與……一起供給;伴隨……發(fā)生;從……開始
例:
Installing the toolchain
Windows native
TDM-GCC comes with an easy installer, please use that.The other builds are quite straightforward to set up:
extract the toolchain to a directory: 32-bit mingw-w32: eg?
C:\mingw32
?so that?C:\mingw32\bin
?contains i686-w64-mingw32-gcc.exe 64-bit mingw-w64: eg?C:\mingw64
?so that?C:\mingw64\bin
?contains x86_64-w64-mingw32-gcc.exeopen a cmd.exe and do?
set PATH=C:\mingw64\bin;%PATH%
?for 64-bit building.?set PATH=C:\mingw32\bin;%PATH%
?for 32-bit building.You should be ready to go. Execute?
i686-w64-mingw32-gcc -v
?or?x86_86-w64-mingw32-gcc -v
?to see that everything has gone well.(Autobuilds only) If you need mingw32-make, please download it from the mingw-w64 downloads site under External binary packages.
譯:
安裝工具鏈
原生windows
TDM-GCC提供了一個(gè)簡(jiǎn)易安裝器,請(qǐng)使用它。其他構(gòu)建工具設(shè)置很簡(jiǎn)單:
提取工具鏈到一個(gè)目錄:
32-bit mingw-w32:例如:C:\mingw32,提取后在?C:\mingw32\bin 下包含?i686-w64-mingw32-gcc.exe 文件。64-bit mingw-w64:例如:
C:\mingw64
?提取后,在?C:\mingw64\bin
?下包含?x86_64-w64-mingw32-gcc.exe 文件。打開 cmd.exe 然后輸入??set PATH=C:\mingw64\bin;%PATH% 構(gòu)建64-bit環(huán)境。set PATH=C:\mingw32\bin;%PATH%? 構(gòu)建32-bit環(huán)境。
然后執(zhí)行?
i686-w64-mingw32-gcc -v
?或?x86_86-w64-mingw32-gcc -v 查看一切是否正常
(自動(dòng)構(gòu)建—特定)如果你需要mingw32-make,請(qǐng)于 mingw-w64 下載站點(diǎn)上外部二進(jìn)制包。