LightsprintSDK 2021.08.08
|
sudo port install glew
sudo apt-get install libglew1.5-dev
pkcon install glew-devel
make
sudo make install
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)