Hey everyone, I am trying to use "go get github.com/go-gl/gl"
But i get the following error message:
# github.com/go-gl/gl
In file included from src/github.com/go-gl/gl/attriblocation.go:7:./gl.h:2:10: fatal error: 'GL/glew.h' file not found
# include <GL/glew.h>
^
1 error generated.
Hey everyone, I am trying to use "go get github.com/go-gl/gl" But i get the following error message:
Please help!