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

build Appimage for Debian #7

Open
chrisWith opened this issue Jan 10, 2020 · 9 comments
Open

build Appimage for Debian #7

chrisWith opened this issue Jan 10, 2020 · 9 comments

Comments

@chrisWith
Copy link

Hello,
it would be great if I could use this app also for my linux debian distro by making this as an appimage for example. This would be helpful for almost every linux distro.

Here is the link how to build appimages:
https://github.com/AppImage/AppImageKit

The developer made also a video on how to make it:
https://www.youtube.com/watch?v=UJJKnr-WO0Y

best regards
chris

@probonopd
Copy link

@bkueng please let me know if you would like to have support implementing this

@bkueng
Copy link
Owner

bkueng commented Jan 13, 2020

Thanks @probonopd, it's simple enough with a nice example script so that I quickly did it myself: 01b178c.

Here's the binary from master: https://drive.google.com/file/d/1LiaVX8WRrOXZtzkxtb0xla5Qo78e6E5X/view?usp=sharing
Let me know if it works.

@chrisWith
Copy link
Author

chrisWith commented Jan 13, 2020 via email

@probonopd
Copy link

Thanks @bkueng. Would it be possible to compile this on the oldest system it can be compiled on, e.g., Ubuntu xenial? Right now it is not working e.g., on Ubuntu 18.04 because it was compiled on a system newer than that.

@bkueng
Copy link
Owner

bkueng commented Jan 15, 2020

Ah, I was not aware of that. Is it the libc version that matters?
I'll look into it.

@probonopd
Copy link

Yes, libc and any other dependency lib. You can use a system like Travis CI if you don't want to install another OS version on your local machine. Check out the example at https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci.

@chrisWith
Copy link
Author

Hi together, I did a test in ArchLinux and it works fine. But on MX-Linux (Debian) and Solus-Linux it did not start.

@bkueng
Copy link
Owner

bkueng commented Jan 21, 2020

This one is built with Ubuntu 14.04 (via docker): https://drive.google.com/open?id=11K9W33GdMbjqVI1ZXrWGnm-Iylxco3Cd

@probonopd
Copy link

Runs for me on Ubuntu 18.04.

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

3 participants