[osg-users] [osgPlugins] Compiling a plugin only

Robert Osfield robert.osfield at gmail.com
Mon Jan 18 01:59:05 PST 2016


Hi Joseph,

If you are using unix then you can run the build in parallel, for
instance on my iCore7 system I do a build with:

   make -j 8

I also tend to just build release.  For testing purposes I also build
the examples but if you just need to libs and plugins then there is no
need to build the applications and examples, the examples are off by
default.

I haven't timed the build recently but even a clean build doesn't take
that long.  How long is it taking for you?

Robert.





On 16 January 2016 at 16:42, Joseph Mirabel <josephmirabel at gmail.com> wrote:
> Dear OSG developpers,
>
> I'm using OSG with the DAE plugin in a project. Currently, I'm compiling OSG from the source. Everything works great, as expected. The only inconvenient is the compilation time.
>
> I have thought of modifying the CMakeLists so that it only compiles the DAE plugin. For all other part, I would use the OSG version from the repositories. It means I have to do that for several version of OSG, and I have to maintain it myself.
> Is there any easier way to get a similar result ?
>
> Thank you!
>
> Cheers,
> Joseph
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=66033#66033
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


More information about the osg-users mailing list