Hacker News new | ask | show | jobs
by ekianjo 1528 days ago
hi SimplyLiz, on Linux it seems that it's not possible to run your itch.io executables because it requires a libnoise version that's completely outdated. Any idea on how to fix it?
3 comments

We've created an issue on Github for this, we're looking to integrate this into our build process to avoid this issue in the future.

https://github.com/CytopiaTeam/Cytopia/issues/870

I created a symlink in /usr/lib and it seemed to work okay: sudo ln -s libnoise.so.1.0.0 libnoise.so.0
Out of curiosity, what distro are you running?