-
Notifications
You must be signed in to change notification settings - Fork 75
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
Provide Bluegriffon linux binaries using AppImage #15
Comments
As a proof-of-concept, I have generated an AppImage based on the project's latest Ubuntu .tar.bz2, you can download it from If there is interest, we could also get an automated continuous build going using Travis CI. Ideally the BlueGriffon project would take over AppImage generation ("upstream packaging") like Scribus, Krita, Subsurface, and others already do. |
that works very nicely on my fedora 23 system - I am def in favour of Cheers Brian On 23/05/16 22:58, probonopd wrote:
|
Just wanted to note that running the AppImage on Xubuntu 15.04, I receive the following error:
|
libstdc++.so.6 3.4.21 is required by the binaries provided by http://bluegriffon.org/freshmeat/2.0b2/bluegriffon-2.0b2.Ubuntu16.04-x86_64.tar.bz2 which I used to put together the example AppImage. Ideally bluegriffon.org would compile the binaries on less recent distributions. or, in case we do the continuous builds, we should use a less recent build system so that there wouldn't be dependencies on such new libstdc++.so.6 versions (e.g., Firefox does the same). In the meantime we could bundle a newer libstdc++.so.6 inside the AppImage, but that would mean that the AppImage would become bigger than necessary, and it would still depend on glibc 2.17. |
Started working on the continuous builds using Travis CI at https://github.com/probonopd/AppImages/blob/master/recipes/bluegriffon/Recipe |
Running into compilation issues which I cannot seem to solve without help. Unrelated to AppImage itself. Maybe @therealglazou can help? |
@probonopd what kind of compilation issues? |
First, I get lots of
I have written down my experiments on https://github.com/probonopd/AppImages/blob/master/recipes/bluegriffon/Recipe and have tried different distributions for building. |
Ok, I am at home now and my Linux box is at the office, I'll make sure to give you my mozconfig tomorrow when I arrive at the office. |
Great, thank you. |
As promised (Ubuntu 16.04 x86_64):
|
Thanks. Do I have to put something into |
Your choice of dir to host your build. |
Why was this closed? I don't think we have an AppImage yet? |
Hi @therealglazou would it be possible to have builds like http://bluegriffon.org/freshmeat/3.1/bluegriffon-3.1.Ubuntu18.04-x86_64.tar.bz2 but for the oldest still-supported release of Ubuntu, which is xenial at this time? Then it should be very easy to make an AppImage. |
Please provide bluegriffon binaries for linux using appimage which follows 1 app = 1 file format which has many advantages. For more details please have a look at their github repo & their website. This project is even praised by Linus Torvalds source. Please consider my request. Thank you.
The text was updated successfully, but these errors were encountered: