Running zig-windows-x86_64-0.6.0+2ee79f149 and following the C interaction documentation I end up with:
zig run .\main.zig -lc
error: unable to create compilation: WindowsSdkNotFound
It would be great if this could link to e.g. a documentation page or provide more info about which windows SDK I need to install. The Windows 10 SDK and VS2019 both come to mind but it is not immediately clear.
I know this is minor, but could help out newcomers - would a contribution to improve this be welcome?
Running zig-windows-x86_64-0.6.0+2ee79f149 and following the C interaction documentation I end up with:
It would be great if this could link to e.g. a documentation page or provide more info about which windows SDK I need to install. The Windows 10 SDK and VS2019 both come to mind but it is not immediately clear.
I know this is minor, but could help out newcomers - would a contribution to improve this be welcome?