Improve build system #38
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The current build system uses several Makefiles that are designed to only work in very specific conditions:
dev-docker/
. The Makefiles look for MinGW tools at non-portable locations. Ubuntu is not supported. Older Fedora versions produce unusable binaries.Ideally, it should be possible to build Shijima-Qt in other configurations as well. For example, these configurations are currently unsupported for building:
Switching to CMake for the build system would be a good first step.
The text was updated successfully, but these errors were encountered: