Jean-Sébastien Guay writes:

> A bit of a general question, does anyone know how to run an OpenGL
> program with mesa instead of the platform's OpenGL driver? Is it
> supposed to require a recompile?

Hi J-S,

I don't know why is it different on Mac, but on Linux just setting the
LD_LIBRARY_PATH as you did is the way to go, since both libraries must
have the same ABI. For example, when one installs the nVidia libraries
on Linux, the installer just substitutes the old ones (e.g. Mesa) by the
new accelerated .so's.

-- 
Alberto

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to