You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blender has a need for libGLEW.so instead of libglew.so and fails to build without it. On Linux I just made a ln -s libglew.so libGLEW.so but I imagine you can make a cleaner solution by providing a link installed version of it.
Blender has a need for libGLEW.so instead of libglew.so and fails to build without it. On Linux I just made a ln -s libglew.so libGLEW.so but I imagine you can make a cleaner solution by providing a link installed version of it.