-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
@bkueng please let me know if you would like to have support implementing this |
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 |
Great. Right now I'm on vacation until next week. When I'm back I try it. Thank you in advance. Mon Jan 13 19:05:01 GMT+01:00 2020 bkueng/qMasterPassword <[email protected]>: 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. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
|
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. |
Ah, I was not aware of that. Is it the libc version that matters? |
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. |
Hi together, I did a test in ArchLinux and it works fine. But on MX-Linux (Debian) and Solus-Linux it did not start. |
This one is built with Ubuntu 14.04 (via docker): https://drive.google.com/open?id=11K9W33GdMbjqVI1ZXrWGnm-Iylxco3Cd |
Runs for me on Ubuntu 18.04. |
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
The text was updated successfully, but these errors were encountered: