We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
cmake
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:
pacman -Syu cmake
$ 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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Maybe some option is missing. Can you please check?
The text was updated successfully, but these errors were encountered: