I try to run the code from the website.It can work in Win7,but it have error in Ubuntu.
error: undefined reference to `__glewTexImage3D'
I fixed some error refer to this question but still got error in glew related.I downloaded glew module and add unix: LIBS += -lglew
to pro file.but got error: cannot find -lglew
Can someone tell me how to deal with glew.lib file.