From 01bc8e5971bed3bf33197715d7c38c785f41467d Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Mon, 27 Jul 2015 10:08:12 -0700 Subject: [PATCH] Added build instructions for OSX for Python script dependencies. --- aces_1.0.0/README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/aces_1.0.0/README.md b/aces_1.0.0/README.md index 3121612..5aa9cd6 100644 --- a/aces_1.0.0/README.md +++ b/aces_1.0.0/README.md @@ -233,8 +233,30 @@ The *Python* configuration generation package depends on the following libraries: - **OpenImageIO**: http://openimageio.org -- **OpenColorIO**: http://opencolorio.org/ - + - Detailed build instructions can be found here: [OpenImageIO Build Instructions](https://sites.google.com/site/openimageio/checking-out-and-building-openimageio) +- **OpenColorIO**: http://opencolorio.org + - Detailed build instructions can be found here: [OpenColorIO Build Instructions](http://opencolorio.org/installation.html) +- **CTL**: https://github.com/ampas/CTL + + +Building on Mac OSX +- +Use the following commands to build these packages on Mac OSX + +- OpenColorIO + - brew install -vd opencolorio --with-python +- Update the homebrew repository of install scripts to make sure that OpenImageIO is included. + - brew tap homebrew/science +- Optional Dependencies for OpenImageIO + - brew install -vd libRaw + - brew install -vd OpenCV +- OpenImageIO + - brew install -vd openimageio --with-python +- CTL + - brew install -vd CTL +- OpenColorIO, a second time. *ociolutimage* will build with *openimageio* installed. + - brew uninstall -vd opencolorio + - brew install -vd opencolorio --with-python Thanks ------ -- 1.7.10.4