Closed intelfx closed 2 months ago
The build scripts are in tools/
. Just run:
tools/build
Which in turn just runs:
go build -ldflags "-s -w" -o "$out_dir/ziggy-linux" $src
I don't do makefiles, as the couple of times I've tried making it work on windows I wanted to pull my hair out.
It would be nice (especially in the wake of the xz incident) if there were end-user installation instructions other than "download this binary from here".
Thanks!