Not able to install nuklear library
问题 I am trying to install nuklear library on Debian Stable Linux with instructions from https://github.com/golang-ui/nuklear However, I am getting following error: $ go get github.com/golang-ui/nuklear/nk # github.com/go-gl/glfw/v3.2/glfw /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status # github.com/go-gl/gl/v3.2-core/gl /usr/bin/ld: cannot find -lGL /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status I have following libGL files on my system: me