I am trying to compile some open source libraries in MinGW
+MSYS
. During the configure
phase, I kept seeing some 3rd party libraries are missing.
For now, my solution is to download the source of the missing libraries and follow the GNU build process to compile and install them into my MinGW environment.
Is there any package management system for MinGW
+MSYS
to install packages easily? Just like apt-get
.
I tried the mingw-get
for the missing package. But it reports the error below.