Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

@dandyboyoni: "./dandy: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: No such file or directory" - maybe you should compile the binary statically : )

(-1)

to install missing lib on Ubuntu 22.04+:

wget http://archive.ubuntu.com/ubuntu/pool/universe/g/glew/libglew2.1_2.1.0-4_amd64.deb
sudo dpkg -i libglew2.1_2.1.0-4_amd64.deb
sudo apt --fix-broken install