Trying to install the R 3d-viz package rgl
on my machine gives the error:
configure: error: missing required header GL/gl.h
To fix this:
sudo apt-get install mesa-common-dev
A new error appears:
configure: error: missing required header GL/glu.h
To fix:
sudo apt-get install libglu1-mesa-dev
Success!