dongyilai4214 2014-12-21 17:19
浏览 83

无法运行go get github.com/go-gl/gl

I get the following error when i run "go get github.com/go-gl/gl"

Im on Windows 7 64bit, i have tried to install MinGW64 and i've tried to install GLEW by doing this:

  • bin/glew32.dll to %SystemRoot%/system32
  • lib/glew32.lib to {VC Root}/Lib
  • include/GL/glew.h to {VC Root}/Include/GL
  • include/GL/wglew.h to {VC Root}/Include/GL

enter image description here

PLEASE HELP :<

  • 写回答

0条回答 默认 最新

    报告相同问题?