-
Notifications
You must be signed in to change notification settings - Fork 51
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
Setup Travis CI for autobuild AppImage (portable package for Linux) #23
Comments
You can compile current version on linux. Only problems are missing libX11 and libdl (at least at my OS). |
um, it works on linux for few months already |
Oh, cool! Then lets setup Travis-CI (using file @probonopd, are you like train games? Lets make |
I have mixed experiences with AppImage. I had greater success with statically linking glfw, glew, libsndfile, libpng etc. and dynamically linked libx11/wayland, libgl, libopenal and glibc linked to old symbol names (using glibc_version_header). Then we would have four universal binaries: x86/x86-64 and wayland/x11 (as glfw can't select backend at runtime). |
Hi @Symbian9 do you want to give it a try using the example at https://github.com/probonopd/linuxdeployqt/#using-linuxdeployqt-with-travis-ci? I'm happy to help in case you are running into unforeseen issues. But I think you should give it a try yourself... There is even a description on how to send a pull request: https://github.com/probonopd/linuxdeployqt/#sending-pull-requests-on-github |
…sable-commands Add useful enable and disable commands
When Linux support will be added?
The text was updated successfully, but these errors were encountered: