It looks like your software needs the GLEW library, and you lack the generic libGLEW.so.1.13 library, so you need to install it. Search for it through aptitude or apt-cache:
sudo apt-cache search libGLEW
shows that it belongs to the GLEW library. Therefore, install the library through:
sudo apt-get install glew-utils
source share