On Windows I'm trying to use MSYS2 to install Cmake and the FLTK library and from what I found online I should open a mingw64 shell window where I should install Cmake with the command:
pacman -S mingw-w64-x86_64-cmake
My questions are:
What is the mingw64 folder inside the MSYS2 installation? (C:\msys64\mingw64) It's another Mingw64 compiler? I already have Mingw64 installed separately on the path C:\mingw-w64 and I'd prefer to keep this one and remove the one from MSYS2 subfolder. How do I do that?
What is the mingw64 shell and why should I open it when I run the cmake command?
I also installed separately CMake on C:\Program Files\CMake. Should I keep it there or should I install it on MSYS2 folder?
Thanks for taking the time to answer!