Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider providing build from source instructions and/or a Makefile #906

Closed
intelfx opened this issue May 17, 2024 · 1 comment
Closed

Comments

@intelfx
Copy link

intelfx commented May 17, 2024

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!

@tomasklaen
Copy link
Owner

tomasklaen commented May 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants