Replies: 5 comments
-
Thanks! That’s actually a cool alternative — though my goal here was to keep it pure C with MinGW and minimal tooling. Zig is interesting though, I might experiment with it in another project :) |
Beta Was this translation helpful? Give feedback.
-
I think Zig is a minimal option - for example you can just download this https://ziglang.org/download/0.14.0/zig-windows-x86_64-0.14.0.zip 78 MB, extract and you are done - no other downloads are needed to compile your project |
Beta Was this translation helpful? Give feedback.
-
Yes, I'm downloading Zig to try it out. Thank you for the recommendation and suggestion! :D |
Beta Was this translation helpful? Give feedback.
-
fast for me
|
Beta Was this translation helpful? Give feedback.
-
One file dependency is nice. Can this be achieved with C? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
you should document using Zig as the build system as well - example command
Zig is actually the smallest Windows build system I am aware of - for example here are the extracted sizes:
Beta Was this translation helpful? Give feedback.
All reactions