bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

Get VirtualBow included in AppImageHub #120

Open stfnp opened 5 years ago

stfnp commented 5 years ago

In GitLab by spfeifer on Dec 14, 2018, 10:58

https://github.com/AppImage/appimage.github.io/pull/590

The AppImage now builds on Ubuntu 14.04 (see issue #96), so it should be possible to get the next release included.

probonopd commented 5 years ago

AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.22' not found. Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6.

stfnp commented 5 years ago

https://github.com/AppImage/appimage.github.io/pull/1738

probonopd commented 4 years ago

Can the latest AppImage be downloaded somewhere? I'd like to re-run the test. Thanks.

stfnp commented 4 years ago

The latest version doesn't have an AppImage anymore unfortunately. I split the application into three independent executables that invoke each other and also can be used independently on their own. But I couldn't figure out how to achieve that with an AppImage (without sacrificing some of its advantages or having a different user experience than the other packages/platforms). So I decided to drop it for now, even though I really like the format and its simplicity.

probonopd commented 4 years ago

Would it be possible to make three AppImages?

stfnp commented 4 years ago

That would be possible, but then each of those AppImages would have to "know" about the others, because the three components also invoke each other. So the AppImages couldn't be just placed anywhere and executed, they would have to be "installed" somehow. That's what I meant with sacrificing the advantages of the format.

probonopd commented 4 years ago

I see... maybe doing what ImageMagick is doing would be feasible? They have one AppImage but you can symlink to it under the names of the individual binaries:

https://github.com/ImageMagick/ImageMagick/blob/master/AppRun