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

Make available as static binary #23

Open
yeroc opened this issue Oct 27, 2023 · 1 comment
Open

Make available as static binary #23

yeroc opened this issue Oct 27, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@yeroc
Copy link

yeroc commented Oct 27, 2023

Is it possible to make protoscope available as a binary for the common platforms (at least Linux)? For anyone not using go as their language it's rather unfriendly to require the whole language toolchain etc. to install.

Thanks!

@3052
Copy link

3052 commented Apr 11, 2024

For anyone not using go as their language it's rather unfriendly to require the whole language toolchain etc. to install.

not really. if you replaced "go" with some old crappy language sure, but the download is only 68 MB:

> curl -I https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz
HTTP/2 200
content-length: 68958123

and building is literally go build, thats it. no other downloads, no other commands, nothing.

@esorot esorot added the help wanted Extra attention is needed label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants