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

Binary releases for all platforms #11

Open
Dialga opened this issue May 8, 2020 · 5 comments
Open

Binary releases for all platforms #11

Dialga opened this issue May 8, 2020 · 5 comments
Labels

Comments

@Dialga
Copy link

Dialga commented May 8, 2020

Hi,
I like your project here, do you plan to do a binary release for all major platforms? A tool like https://repology.org/ would help target all linux distros.

@pcmacdon
Copy link
Owner

pcmacdon commented May 9, 2020

Yes, binary releases are going to happen, after the Web UI is finalized (a few months?).

Will have to give repology a look.
Thanks!

@pcmacdon
Copy link
Owner

Done: See landing page (README.md) for links to linux-64 and window static binary downloads.

@Dialga
Copy link
Author

Dialga commented Oct 21, 2020

That's great thanks - are those nightly builds?

@Dialga
Copy link
Author

Dialga commented Oct 21, 2020

Also if I strip the binary some of the commands disappear?

@pcmacdon
Copy link
Owner

Not nightly yet.

And if you strip you loose the zip scripts appended to the binary. You can strip using (from build dir):

cp jsish jsish2
strip jsish2
./jsish -z  create jsish2 zipdir lib

Probably could add a build option STRIP_BIN=1 to Makefile

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

No branches or pull requests

2 participants