From: Haarm-Pieter Duiker Date: Mon, 27 Jul 2015 17:08:12 +0000 (-0700) Subject: Added build instructions for OSX for Python script dependencies. X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=01bc8e5971bed3bf33197715d7c38c785f41467d Added build instructions for OSX for Python script dependencies. --- 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 ------