Hi, I have been trying to compile OSG on Debian Jessie here is what I did.
Code: git clone https://github.com/openscenegraph/OpenSceneGraph -b OpenSceneGraph-3.4 osg34 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug ../osg34 I had no errors but in build/include there are nearly no includes. On my system in /usr/include (installed by packagemanager) I have lots of osg includes like osgDB, osgFX, osgGA, osgManipulator, osgText, osgUtil ... but in my build/include they are all misssing ! Has anyone an idea what did I miss? Thank you! Cheers, Bernd ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72595#72595 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

