-
Notifications
You must be signed in to change notification settings - Fork 13
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
Native Linux builds #31
Comments
Hi, Im interested in running vatprism on Linux. Id prefer to have an arch user repository package which builds from source rather than a binary, though. |
@Blu3wolf Hey there, I could add |
Well, the interesting part about Linux is that there are several different ways to distribute software. deb and rpm files are two of those, but neither of those install on my version of Linux (which uses the Arch Build System). All I'll be doing over the weekend (if I get time) is following this guide: https://wiki.archlinux.org/title/Creating_packages That isn't to say that rpm and deb files aren't useful, but they aren't useful to me (sorry). The .jar file would actually be more useful as I can just run that with Java. As it stands I figure I'll be downloading the source and compiling the jar archive and using that. |
Well, I could easily provided a I'll see if I can get to providing a Linux or Uber |
@Blu3wolf I've just noticed I'm also able to build an |
@Blu3wolf did you pursue this further? |
Not just yet - still on the to-do list. Edit: This is no longer on the to-do list, due limited availability on my part. |
+1 for linux support. App-image I think would be the most distro-agnostic method, but .rpm or .deb would cover 90+ percent of us. |
I've created AUR packages before, I'll whip one up for this. I'm not a fan of AppImages and Snaps, and I don't know enough about Flatpaks to create one. I also don't use any Debian-based or Red Hat compatible distro, so I can't continually test that or anything. |
Here's the AUR package! |
Create native Linux builds via Github Actions.
If you (yes, you reading this) have a usecase for this, please let me in this issue. If you do, I will consider working on it.
The text was updated successfully, but these errors were encountered: