Special Hot Alien ?! ;-)

using MSYS with MinGW

07 Sep 2016

using MSYS with MinGW

To install 3rd party library and applications which uses the autotools build system the following commands are often used.

./configure --prefix=/mingw
make
make install

Installing to “/usr/local” should be avoided, since the MinGW compiler won’t look there by default.

Original Source: http://www.mingw.org/wiki/msys

Tweet
comments powered by Disqus