Where can I get Glut

Hello
I installed Mesalib, but I can`t found GLut in the Lib, where can I get it ???

The gl, glut, etc. headers and libraries should have installed in the /usr/X11R6/lib and /usr/X11R6/include directories.
So you’ll have to use:
-I/usr/X11R6/include -L/usr/X11R6/lib

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.