guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.73k stars 219 forks source link

fail to install on Chromebook (debian 11) #308

Open fantasmashy opened 1 year ago

fantasmashy commented 1 year ago

yup

debian@penguin:/mnt/chromeos/MyFiles/Downloads/code/goxel$ ./goxel-0.11.0-linux
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libmvec.so.1: version `GLIBC_2.35' not found (required by ./goxel-0.11.0-linux)
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./goxel-0.11.0-linux)
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./goxel-0.11.0-linux)
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./goxel-0.11.0-linux)
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./goxel-0.11.0-linux)
./goxel-0.11.0-linux: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./goxel-0.11.0-linux)

i mean, the "Goxel runs on virtually any OS" is not a lie, i could install the android version, i just don't want to.

guillaumechereau commented 1 year ago

I guess you'll have to recompile it then.

guillaumechereau commented 6 months ago

@fantasmashy, I added AppImage builds now, does this work on Chromebook maybe? You can download the last one from here: https://github.com/guillaumechereau/goxel/actions/runs/7496586548