[osg-users] [build] compile osg on Debian Jessie, after build there are inclue files missing
Bernd Hahnebach
osg at b75.ch
Mon Dec 18 04:25:01 PST 2017
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
More information about the osg-users
mailing list