michael kapelko writes: > 1.2. Install OpenSceneGraph under Linux and display the cube with osgviewer
Hi Michael, good work. Maybe it is a philosophical issue, but instead of installing the dependencies one by one I would just issue a sudo apt-get build-dep openscenegraph which, as the man page reads, "causes apt-get to install/remove packages in an attempt to satisfy the build dependencies for a source package." so you would not be required to install g++, cmake, opengl, etc. yourself. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

