You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the current invocations only download libraries and/or headers, it would be nice if an option was available to also download the Microsoft compiler. this would obviate the need for users to have to also install the Zig C compiler or similar
The text was updated successfully, but these errors were encountered:
The purpose of this tool is not to replace Microsoft's bloated installer, only to get the minimal things needed to seamlessly cross-compile and link a Windows executable. I don't know if it's possible to get just the compiler and linker and actually have it function considering Microsoft has a tool specifically built just to find where vs is.
I guess if it can be done in a way that doesn't add an undue amount of code/complexity to this project I'd accept a PR, but have zero intention of ever doing this work myself.
I think the current invocations only download libraries and/or headers, it would be nice if an option was available to also download the Microsoft compiler. this would obviate the need for users to have to also install the Zig C compiler or similar
The text was updated successfully, but these errors were encountered: