@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 : )
Viewing post in Dandy Boy Adventures comments
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