0
Good ones I’m following this tutorial on how to install Allegro 5 with MSYS2.
But I have a problem. At the moment I will run the command
cmake \
-G"MSYS Makefiles" \
-DCMAKE_SYSTEM_PREFIX_PATH:PATH=/mingw64/x86_64-w64-mingw32/ \
-DWANT_MONOLITH=on \
../allegro
I get this mistake CMake Error: Could not create named generator MSYS Makefiles
I couldn’t find anything on the Internet to fix this problem. From what I noticed the generators that appear are related to the installed programs, it will be that installing the msys( first version ) will help?
By the way I also have to install some tutorial packages like mingw-w64-x86_64-dumb
and mingw-w64-x86_64-pkgconf
. But right now they’re not my priority.