Closed EchedelleLR closed 3 years ago
Unfortunately we can't support anything lower than 2.29 due to features that aren't in earlier versions.
Thank you for the fast reply.
Is there a list of these needed features and reasons?
We base the AppImage on Ubuntu 20.04 because we require: GCC 9+ or Clang 10+, CMake 3.15+, Vulkan 1.1, various other dependencies. glibc 2.29 just happens to be a consequence of that, unfortunately.
Getting inside the issue.
Is there a feature specific of GCC 9+ or Clang 10+ that you use in the code?
Mainly C++20 features.
Thank you @encounter. I understand perfectly now.
I have ran into an issue recently trying to run the AppImage just because only supports GLibC 2.29 while I am using Debian 10 which only have GLibC 2.28.