go-gl / gl

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

Add libgl1-mesa-dev requirement to README #26

Closed stephenwithav closed 8 years ago

stephenwithav commented 9 years ago

Modified README to include the mesa requirement.

Closes #25.

dmitshur commented 9 years ago

Thanks @stephenwithav!

LGTM.

Edit: Actually, can you rephrase it to include the Linux prefix, like:

"On Ubuntu/Debian-like Linux distributions, you need libgl1-mesa-dev package."

After all, this doesn't apply to OS X nor Windows.

stephenwithav commented 9 years ago

Done!

dmitshur commented 9 years ago

Thanks!

LGTM.