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

Linux support #58

Open
arnoFleming opened this issue Oct 6, 2023 · 2 comments
Open

Linux support #58

arnoFleming opened this issue Oct 6, 2023 · 2 comments

Comments

@arnoFleming
Copy link

Hi!

I'd like to be using git-together while coding on Linux.
Currently (version 0.1.0-alpha.26) the binary is a Mach-O 64-bit arm64 executable

file  /home/linuxbrew/.linuxbrew/Cellar/git-together/0.1.0-alpha.26/bin/git-together
/home/linuxbrew/.linuxbrew/Cellar/git-together/0.1.0-alpha.26/bin/git-together: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE|HAS_TLV_DESCRIPTORS>

I'm quite capable to build in rust, and make it available in Linux, but I don't know how to make a PR that actually fixes it for Linux users with homebrew.

Alternatively, I'm happy to document building from source in the README, so users on all platforms can benefit.

@kejadlen
Copy link
Owner

kejadlen commented Oct 8, 2023

I have no idea how to make a cross-platform binary formula for linuxbrew, but you should be able to download the binary here: https://github.com/kejadlen/git-together/releases/download/v0.1.0-alpha.26/git-together-v0.1.0-alpha.26-stable-x86_64-unknown-linux-gnu.tar.gz

If you can figure out how to make a cross-platform formula, happy to take updates to kejadlen/homebrew-git-together!

@arnoFleming
Copy link
Author

Looking at that repo now. Thanks!

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