On 18/10/2014 16:54, Holt, Brendan A wrote:
The list of dependencies for OpenColorIO includes OpenImageIO. However,
OIIO can also be compiled with OCIO support. Seems like a bit of chicken
and the egg! To solve the interdependency, maybe this would work:
1. Compile OCIO without OIIO support.
2. Compile OIIO with OCIO support from step 1.
3. Recompile OCIO with OIIO support (which now has OCIO support from step
2).
Only the OCIO cli tools use OIIO
1. compile OCIO - libs only
OCIO_BUILD_APPS=OFF
OCIO_BUILD_SHARED=ON
2. compile OIIO - links to OCIO libs
3. compile OCIO tools
OCIO_BUILD_APPS=ON
OCIO_BUILD_SHARED=OFF
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org