[osg-users] [build] Can't build documentation

Alberto Luaces aluaces at udc.es
Fri Apr 29 13:46:50 PDT 2016


Hi Goj,

I think you are almost there: you don't use BUILD_DOCUMENTATION as a
make target, but you have to set it in CMake instead.

You can either activate the BUILD_DOCUMENTATION variable inside CMake
(using ccmake or cmake-gui), or just in the command line with

cmake -DBUILD_DOCUMENTATION=ON

After that, the target doc_openscenegraph should be available.

-- 
Alberto




More information about the osg-users mailing list