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

Platform independent packages (i.e. Flatpak or Snap) #29

Open
alexanderadam opened this issue Jan 15, 2022 · 1 comment
Open

Platform independent packages (i.e. Flatpak or Snap) #29

alexanderadam opened this issue Jan 15, 2022 · 1 comment

Comments

@alexanderadam
Copy link

Thank you so much for fcp.

It would be great to have it available via platform independent packages (i.e. Flatpak and/or Snap)

@Svetlitski
Copy link
Owner

I'd prefer not to do this for a couple reasons. First, as far as I understand, both Flatpak and Snap need to be mounted each time they are run, which adds a certain amount of overhead. This clashes with fcp's goal of being as fast as possible. Secondly, I know that a few other Rust cli tools (such as ripgrep) have had issues with strange bugs manifesting only in snaps.

Rust statically links everything, so a standard binary should work just fine across distributions. Is there a particular combination of architecture and/or libc that you're interested in that doesn't currently have a corresponding build under this repo's releases? If so I'd be happy to add a build for that platform for you.

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