LightsprintSDK 2021.08.08
GLEW
  • www: GLEW
  • license: modified BSD license
  • Windows: precompiled version 1.13.0 is a part of SDK
  • OSX: install with sudo port install glew
  • Ubuntu: install with sudo apt-get install libglew1.5-dev
  • Fedora: install with pkcon install glew-devel
  • PS3 Linux:
    • download and unpack the latest source code package
    • type make
    • type sudo make install
    • There is a known issue with simultaneously using GLEW and Mesa: GLEW happens to undefine macro GLAPIENTRY which leads to compile errors. As a workaround, open the file "/usr/include/GL/glew.h" and comment-out the statement #undef GLAPIENTRY at line 10767 (valid for version 1.5.0)