OpenSourcePhysics / tracker

Video analysis and modeling tool built on the Open Source Physics framework
GNU General Public License v3.0
206 stars 52 forks source link

AppImage or flatpak packaging? #29

Open oldaccountdeadname opened 4 years ago

oldaccountdeadname commented 4 years ago

I attempted to use the Linux 64-bit installer to install, but it errored out. Would it be possible to package as an AppImage or Flatpak for universal distro support?

Thanks!

dobrown commented 4 years ago

Unfortunately I don’t know anything about AppImage or Flatpack. I doubt I’ll be able to help you with this.

On Wed, Aug 19, 2020 at 6:53 AM Lincoln Auster notifications@github.com wrote:

I attempted to use the Linux 64-bit installer to install, but it errored out. Would it be possible to package as an AppImage or Flatpak for universal distro support?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OpenSourcePhysics/tracker/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXIBFDIYSFRGIL4H6GLEU3SBPKL5ANCNFSM4QE64ZJQ .

solonovamax commented 2 years ago

I attempted to use the Linux 64-bit installer to install, but it errored out. Would it be possible to package as an AppImage or Flatpak for universal distro support?

Thanks!

Why would you need to flatpak a jar? Any platform with java can run it.

oldaccountdeadname commented 2 years ago

Why would you need to flatpak a jar? Any platform with java can run it.

Honestly, I have no idea. I had to set this up for a physics class I ended up dropping, but when I try again with the class (and therefore this software) in a few years, I'll see what happened. If I remember correctly, there was some library that wasn't in my repos. I'll reopen this issue if I can't get it running and have more debugging details.

solonovamax commented 2 years ago

for java programs, you shouldn't download libraries from your repos. It's probably best to make a far jar for them, so all the dependencies are included.