I've followed the instructions from README file and I wasn't able to compile the app on Windows 11 64 bit.
I've tried using 32 and 64 bit version of MSYS2. I got an error that there was no cmake and yet the install process has listed it.
I've added cmake package one more time using pacman -Syu cmake. Now I stop receiving message that I'm missing cmake but I got a new error:
$ cmake -DCMAKE_BUILD_TYPE=Release -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=. ..
CMake Error: Could not create named generator MSYS Makefiles
Generators
* Unix Makefiles = Generates standard UNIX makefiles.
Ninja = Generates build.ninja files.
Ninja Multi-Config = Generates build-<Config>.ninja files.
CodeBlocks - Ninja = Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
CodeLite - Ninja = Generates CodeLite project files.
CodeLite - Unix Makefiles = Generates CodeLite project files.
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
Kate - Ninja = Generates Kate project files.
Kate - Unix Makefiles = Generates Kate project files.
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files.
Sublime Text 2 - Unix Makefiles = Generates Sublime Text 2 project files.
Maybe some option is missing. Can you please check?
I've followed the instructions from README file and I wasn't able to compile the app on Windows 11 64 bit.
I've tried using 32 and 64 bit version of MSYS2. I got an error that there was no
cmakeand yet the install process has listed it.I've added cmake package one more time using
pacman -Syu cmake. Now I stop receiving message that I'm missing cmake but I got a new error:Maybe some option is missing. Can you please check?