Docs/windows build instructions & pipeline fix clang#135
Merged
Conversation
- Add clang 21/22 symlink workaround - Add the actual make command to run the build - Add list of runtime DLLs needed to run outside MSYS2
The root Makefile auto-detects the platform and delegates to Makefile.windows when running in MSYS2 on Windows. No need to invoke the platform-specific Makefile directly.
Automatically determine the Clang major version to set the resource directory path instead of hardcoding version 21. This ensures the build uses the correct paths for the installed Clang version and enforces a minimum requirement of version 21.
DanielBrockhaus
approved these changes
Apr 2, 2026
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.
Slight enhancement for readme for building on windows, just to be more clear :)
Also includes pipeline fix for clang, since the version in msys has upgraded to 22 it broke on fresh installs (including pipeline). Should be good now