Build instruction:


- install SCons from http://www.scons.org/


- on PS3 install OSMesa:

download MesaLib-6.5.2.tar.bz2, MesaGLUT-6.5.2.tar.bz2 and MesaDemos-6.5.2.tar.bz2 from http://sourceforge.net/project/showfiles.php?group_id=3 
tar -xjf MesaLib-6.5.2.tar.bz2 
tar -xjf MesaGLUT-6.5.2.tar.bz2 
tar -xjf MesaDemos-6.5.2.tar.bz2 
cd Mesa-6.5.2 
make realclean 
make linux-osmesa 
make install 
ldconfig 

- create Lua Player:
scons system=ps3


- on Windows:

- install Visual C++ (the free express version might work, too)
- download Lua from http://www.lua.org/
- unpack in the same directory and rename "lua-5.1.1" (or higher) to "lua"
- create Lua Player:
scons system=win32




differences:

PSP:

color: only 3 components, only float precision
glLoadMatrix: only float precision
multMatrix: only float precision
glRotatef: only float precision
gl_translate: only float precision
no glVertex2fv
