www.ziglang.org icon indicating copy to clipboard operation
www.ziglang.org copied to clipboard

add build graph documentation

Open zmitchell opened this issue 4 months ago • 3 comments

This adds a description of the build graph and how it's made up of Steps. Previously it was confusing whether there were other named entities ("artifact", "executable", etc) that a user needed to know about, but hopefully this clarifies that methods like addExecutable and installArtifact are doing similar things under the hood (e.g. creating Steps).

Addresses https://github.com/ziglang/www.ziglang.org/issues/561

zmitchell avatar Nov 01 '25 03:11 zmitchell

What's with the Flox stuff?

alexrp avatar Nov 01 '25 13:11 alexrp

Ah, that was my development environment. Didn’t mean to include that.

zmitchell avatar Nov 01 '25 13:11 zmitchell

I've removed the commit with my development environment. Any feedback on the content?

zmitchell avatar Nov 08 '25 18:11 zmitchell