I am trying to install SOFA. However I get the following error:
“GL Shader support requires GLEW. Please define SOFA_HAVE_GLEW to use shaders.”
I have already installed glew using following command:
“brew install glew”
The error tells me to define SOFA_HAVE_GLEW to use shaders. However I do not know how to do that.
Is there way to fix this error?