daelsepara / legendary-kingdoms

An Implementation of Legendary Kingdoms gamebook series in C++ and SDL. Only book 1, The Valley of Bones has been implemented as of now.
GNU General Public License v3.0
6 stars 2 forks source link

Cannot run on Ubuntu bionic #1

Open probonopd opened 2 years ago

probonopd commented 2 years ago

Trying the AppImage:

libm.so.6: version `GLIBC_2.29' not found (required by /run/firejail/appimage/.appimage-9619/usr/lib/libSDL2-2.0.so.0)

This cannot run on Ubuntu bionic because it was built on a too new system. Would it be possible to build on bionic or earlier for better compatibility with older target systems? Thanks.

Reference: https://github.com/AppImage/appimage.github.io/pull/2762