X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2FREADME.md;h=5aa9cd61801ba76d09250b7baa3daf8f12b89b2e;hp=3121612323bf1ecd79e2598bfa0aa6ea46b3108b;hb=01bc8e5971bed3bf33197715d7c38c785f41467d;hpb=2975947a356f287fa15d3a31533261f64569a554 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 ------