|
From: Óscar F. <of...@wa...> - 2015-03-27 03:00:19
|
Óscar Fuentes <of...@wa...> writes: > Mirko Vukovic <mir...@gm...> > writes: > >> I opened msys2 console and did >> pacman -S mingw64/mingw-w64-x86_64-cmakeq >> >> I thought that msys2 console is for package installation, and mingw64 gives >> a >> build environment for 64-bit applications. > > AFAIK cmake does not depend on the GCC toolchain Oh, cmake does depend on gcc so you must have mingw-w64-x86_64-gcc already installed. You wrote `cmakeq' above, but I'm assuming that that's a typo, because there is no `mingw-w64-x86_64-cmakeq' package. |