go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.09k stars 73 forks source link

Depends on gcc (not stated) #20

Closed Kimau closed 9 years ago

Kimau commented 9 years ago

The build depends on gcc and the dependency isn't documented anywhere.

Not on a nix system and don't have time today to look at this, might check it out more on Monday. A simple fix would be just to list the dependencies but if possible would be good to move as much as possible into cross platform go code.

dmitshur commented 9 years ago

You're right. These bindings use cgo. We should mention that in the README.