|
|
|
|
|
by m_rcin
4453 days ago
|
|
This is MSYS (not 2). The web presence of MSYS/MinGW has always been poorly designed. Hopefully it will get better with MSYS2. I've installed it recently using info from:
http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/ It has a port of pacman (!) from Arch Linux for package managing. It feels so much better than mingw-get (package manager used for MSYS/MinGW). |
|
You guys are all correct, we've not paid nearly enough attention to marketing. Here's the description I tried to post:
MSYS2 is an updated, modern version of MSYS, both of which are Cygwin (POSIX compatibility layer) forks with the aim of better interoperability with native Windows software.
The name is a contraction of Minimal SYStem 2, and aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.
We wanted a package management system to provide easy installation of packages, and ported Arch Linux's pacman. This brings many powerful features such as dependency resolution and simple complete system upgrades, as well as providing the build system (makepkg) which is used to make these packages. The set of software-building recipes (PKGBUILDs) for MSYS2 itself are at:
https://github.com/Alexpux/MSYS2-packages
.. and those for MinGW-w64 (i.e. native Windows software) are at:
https://github.com/Alexpux/MINGW-packages
Both 32 and 64bit are supported.