I am trying to build some open source library. I need package management system to easily download the dependencies. At first I am using MinGW+MSYS
. But the included packages are limited. Someone told me to use MinGW-w64 + MSYS2
.
I downloaded the mingw-w64-install
from here. When running, it reports the following error. How to fix it?
And btw, from the MinGW-w64
download page, I see a lot of download links. Even Cygwin is listed. How Cygwin
and MinGW-w64
are related?
My current understanding is, in the time of MinGW+MSYS
, MSYS is just a nice addon to MinGW, while in MinGW-w64 + MSYS2
, MSYS2 is standalone and MinGW-w64 is just a set of libraries it can work with. Just like Cygwin can download many different packges.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…