hello once you have installed MSYS2, you have to install the compiler and header files.
1) if you want to build 32 bits programs a) go to Start -> Programs -> MSYS2 64bit and select "MSYS2 MinGW 32-bit" to open MSYS2 terminal configured for 32 bits compiled program (mainly, PATH is prepended with /mingw32/bin) b) then run "pacman -S mingw-w64-i686-toolchain" and select everything. This will install the applications (like the compilers) in /mingw32/bin and the needed header files 2) if you want to build 64 bits programs a) go to Start -> Programs -> MSYS2 64bit and select "MSYS2 MinGW 64-bit" to open MSYS2 terminal configured for 64 bits compiled program (mainly, PATH is prepended with /mingw64/bin) b) then run "pacman -S mingw-w64-x86_64-toolchain" and select everything. This will install the applications (like the compilers) in /mingw64/bin and the needed header files hth regards Vincent Torri On Sun, Mar 17, 2019 at 2:47 AM Gavin M2301 <[email protected]> wrote: > Hi- > > I came across this helpful post but I don't know of any mirrors. Is there > a couple out there I can choose from? > > > https://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2 > > Just installed msys2 and want to use mingw 64 bit and want to update with > Pacman. Thnx. Roboloki > > > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > Virus-free. > www.avg.com > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > <#m_-3741836968236462951_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users >
_______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
