Support building via MinGW on Linux#2679
Open
0x0ade wants to merge 17 commits into
Open
Conversation
7ea9383 to
4a62a09
Compare
Member
|
I think I would be happy to merge this if we built it all through CMake and removed the MSVC projects (so that we can configure for MSVC and mingw) A prerequisite would probably be moving the native components to another repo, building them there through CI and making releases for them that can be downloaded in CI here and with a script. Would speed up builds significantly as well! |
dec7627 to
358b0cf
Compare
Contributor
Author
|
I'll get rid of the CMake generator and CMake-ify the native side of things eventually, currently too busy with other things and rebasing 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I absolutely do not expect this to get merged as-is, especially because of the .vcxproj -> CMakeFiles generator. But if anyone else is interested in what it takes to build Dalamud with MinGW on Linux and wants to continue from here...
Documentation: https://github.com/0x0ade/dalamud-docs/blob/feature-mingw/docs/building/mingw.md