Top "Msys" questions

MSYS is a collection of GNU utilities such as bash, make, gawk and grep for Microsoft Windows, supporting UNIX shell scripting, and building of applications and programs which depend on the availability of traditional UNIX tools.

How to uninstall msys2?

How to uninstall msys2? When I am trying to uninstall from "Programs and Features" I receive the error: What to …

mingw msys msys2
Error while building Linphone for windows

I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is …

mingw msys sip-server linphone
Can openssh be installed on MSYS?

I'm using MSYS in windows 7 and now i need it to provide ssh server service. can openssh be installed in …

openssh msys
Using msys shell in Visual Studio Code

I'm getting into Visual Studio Code as I like its lightweight design and flexibility. It has an integrated terminal that …

shell mingw visual-studio-code msys
Convert from MinGW .a to VC++ .lib

I have an old library (in C++) that I'm only able to build on MinGW+MSYS32 on Windows. From that …

c++ mingw msys