Y
Hacker News
new
|
ask
|
show
|
jobs
by
SimplyLiz
1528 days ago
Visit our itch.io page. It’s linked on GitHub.
1 comments
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?
link
kylek14
1528 days ago
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
link
rustyminnow
1528 days ago
I created a symlink in /usr/lib and it seemed to work okay: sudo ln -s libnoise.so.1.0.0 libnoise.so.0
link
kylek14
1528 days ago
Out of curiosity, what distro are you running?
link