1glshim 2==== 3 4This is a shim providing OpenGL 1.x functionality to OpenGL ES accelerated cards. 5 6---- 7 8Compiling 9---- 10 11 cmake .; make GL 12 13*or for the Raspberry Pi* 14 15 cmake . -DBCMHOST=1; make GL 16 17---- 18 19GLU 20---- 21 22You probably want the glu branch from https://github.com/lunixbochs/glues 23 24 git clone git@github.com:lunixbochs/glues.git; git checkout glu; cmake .; make 25 26---- 27 28Installation 29---- 30 31Put lib/libGL.so.1 in your `LD_LIBRARY_PATH`. If you need GLU, build libGLU.so.1 from the glues repo and do likewise. 32