MSYS2 / MSYS / MinGW: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page is about: * '''MSYS''', MSYS is a collection of GNU utilities such as bash, make, gawk and grep on Windows. * '''MinGW''', "Minimalist GNU for Windows". MinGW is a m...") |
|||
Line 8: | Line 8: | ||
== References == |
== References == |
||
;MSYS2 |
|||
⚫ | |||
* [https://www.msys2.org/ MSYS2 homepage] |
|||
⚫ | |||
;MSYS / MinGW |
|||
* [http://www.mingw.org/wiki/msys MSYS] |
* [http://www.mingw.org/wiki/msys MSYS] |
||
* [http://www.mingw.org/ MinGW] |
* [http://www.mingw.org/ MinGW] |
Revision as of 09:44, 15 October 2018
This page is about:
- MSYS, MSYS is a collection of GNU utilities such as bash, make, gawk and grep on Windows.
- MinGW, "Minimalist GNU for Windows". MinGW is a minimalist development environment for native Microsoft Windows applications.
- MSYS2, a Cygwin-derived software distro for Windows using Arch Linux's Pacman. MSYS2 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.
MSYS and MinGW are mostly inactive now. MSYS2 is the active alternative.
References
- MSYS2
- MSYS / MinGW