#Good build system resources

1 messages · Page 1 of 1 (latest)

fast scaffold
#

Hey,

Is there a go to reference to better understand the build API and how to properly use it?
It seems that https://ziglang.org/learn/build-system/ isn't exhaustive and is missing a lot of available functions.

I'm currently cherry-picking into Ghostty source code, but some of the stuff aren't straightforward.

Thanks!

amber tusk
#

understand it how? doing the basic stuff should be straightforward

lunar niche
#

i think my favorite build.zig so far is TigerBeetle's

#

great example of some really cool practices

fast scaffold