简体   繁体   中英

GCC x64 on Windows

I tried installing CygWin64, but I cannot find any executables to build my code with in the C:\cygwin64 directory created.

I tried Win-Builds but the setup doesn't load with any mirror I give it. It tries to connect 3 times then aborts.

I tried MinGW-W64-Builds, but I cannot figure out how to install it. I can see a.sh file there, but I believe that is for Linux, so I do not know why because it says it is for Windows

Is there even a way to use 64-bit GCC on Windows? I am trying to tie it to a Code::Blocks IDE as that one only comes with the 32-bit version of MinGW.

Check out out the MinGW-w64 + GCC personal build at http://winlibs.com/ . No installation required, just unzip. Examples on how to use are on the site, including on how to integrate with Code::Blocks IDE.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM