-
Without MSYS2, there is only a standalone MinGW-w64 distro and Windows Command Prompt. There will be no POSIX utilities and installable libraries like when using MSYS2, so it will need to build all of the needed dependencies from the included sources in src/thirdparty. This is presumed to be a supported setup. But in practice, it doesn't work. I get a standalone premake5 from their website.
The build order of the dependencies are wrong. SDL2 needs to be built before mojoAL. I tried to read |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You just did not use the right command line parameters for auto-installing SDL2. Please follow the instructions in the |
Beta Was this translation helpful? Give feedback.
You just did not use the right command line parameters for auto-installing SDL2. Please follow the instructions in the
README.md
from this repository here.