Hi,
On 17/06/2025 03:38, Daurnimator wrote:
On 16/6/25 06:18, kpcyrd wrote:
The example based on my notes is quite straight-forward:
snip
}
```
More input very welcome, but I'm also fine with adding a very basic
one by myself and whoever has something to add can just edit the wiki.
I've been the defacto zig package maintainer for a bit now.
Good packages to look at are ncdu, river, waylock.
Guidelines off the top of my head:
- Indeed make sure you don't forget `-Dcpu=baseline`
- zig targets include a kernel version and glibc version; make sure
you include them!
So glibc in general should be fine, but for the kernel version we should
target our LTS version or what we specify as baseline in our glibc package?