Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
676 stars 175 forks source link

Ch. 3 Build system should mention how to link to zig libraries and C libraries and libc #60

Open pjz opened 3 years ago

pjz commented 3 years ago

Setting aside the lack of a standard package/module/library manager, it would be nice to have at least minimal docs on exe.addPackage(), exe.linkLibC(), exe.linkSystemLibrary().

pjz commented 3 years ago

Based on: