huxingyi / dust3d

Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.
https://dust3d.org/
MIT License
2.98k stars 222 forks source link

AppImage does not run on CentOS 7.6 #27

Closed Chaz6 closed 1 year ago

Chaz6 commented 5 years ago

The AppImage is based on glibc 2.18 however CentOS provides glibc 2.17. It gives the following output:-

dust3d: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /tmp/.mount_dust3d6NIN06/usr/lib/libmeshlite_ffi.so)
huxingyi commented 5 years ago

Hi, thanks for reporting, will look into it.

huxingyi commented 5 years ago

Currently, the AppImage is been generated on the Ubuntu trusty from Travis CI. And glibc 2.18 is the minimum requirement. Change the build system of Travis CI may broke other things. And RedHat 8 Beta is on the way, I guess CentOS 8 should be not far away, which comes with glibc 2.18.

So, for the current stage, no AppImage for CentOS 7 provided, however, you can still build on your own by following this build guide, please refer to the Ubuntu section, most of the install commands should be the same instead of replacing the apt-get to yum. Pull request on adding the build instructions of CentOS to the document is VERY welcome and appreciated. Thanks!

huxingyi commented 1 year ago

Closed as not relevant to the latest release anymore, thanks and feel free to reopen it.