msys

Windows平台使用的編譯工具

At its core is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software. It provides a bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.

可以算是整合了Cygwin與MinGW

可參考

http://www.msys2.org/

https://shaochien.gitbooks.io/how-to-use-gcc-to-develop-c-cpp-on-windows/content/installation.html

Last updated