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
Use 14.04 (trusty) or older #1
Comments
Ubuntu Trusty has outdated packages for CMake and GCC. Resolved it by adding custom PPA-s, however when trying to run the AppImage on plain Ubuntu Trusty VM it will fail with the following error:
Using new version of GCC (minimum GCC 4.9 is required to compile the code) will increase the dependency for |
Please also see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6, specifically https://github.com/darealshinji/AppImageKit-checkrt/. |
Ubuntu 14.04 has reached its end of life. Closing as it will not be used as the base for the AppImage. |
Correct, 16.04 is now the new baseline. |
Interesting project. Please use 14.04 (trusty) or older as the basis for your AppImages; this way, they can run on older distributions, too. Thanks!
The text was updated successfully, but these errors were encountered: