MSYS, (an acronym for "Minimal SYStem"), is a command line environment based on bash, (the GNU Bourne Again Shell). This is complemented by a small collection of GNU utilities such as make, gawk, grep and sed, carefully selected to facilitate building of applications and programs which depend on traditionally UNIX tools.
about
What is MinGW?
MinGW ("Minimalistic GNU for Windows") is a collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.
- Read more
- 3966 reads
Cygwin
About Cygwin
The Cygwin project was started in 1995 by Steve Chamberlain to allow GNU tools to be used on Windows.
MinGW
MinGW ("Minimalistic GNU for Windows") is a collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.
- 5 comments
- Read more
- 221488 reads
MSYS
An example would be building a library that uses the autotools build system. Users will typically run "./configure" then "make" to build it. The configure shell script requires a shell script interpreter which is not present on Windows systems, but provided by MSYS.
- 29 comments
- Read more
- 667395 reads


Recent comments
15 weeks 5 days ago
15 weeks 6 days ago
17 weeks 2 days ago
17 weeks 5 days ago
18 weeks 1 day ago
20 weeks 3 days ago
26 weeks 1 day ago
26 weeks 2 days ago
29 weeks 4 days ago
32 weeks 1 day ago