Update to properly source file names from ACES 'hotfixes' fork
[OpenColorIO-Configs.git] / aces_1.0.0 / README.md
index 3121612..30aae87 100644 (file)
@@ -221,10 +221,13 @@ Features exposed for customization by the user include:
 - Two modes of creating the list of OCIO Displays and Views
 
 ### CTL Source
-The configuration depends on the **'hotfixes' fork of the 1.0 ACES CTL** that is available here:
+The configuration depends on the **'hotfixes' fork of the 1.0 ACES CTL**. The fork contains a number of minor bug fixes and small additions in the utilities folder but is otherwise the same as the master ACES 1.0 release. 
+
+The fork is available here:
 
 - https://github.com/ampas/aces-dev/tree/hotfixes/transforms/ctl
-- The fork contains a number of minor bug fixes and small additions in the utilities folder but is otherwise the same as the master ACES 1.0 release.
+- Clone this repo using the following command
+       - git clone --branch hotfixes https://github.com/ampas/aces-dev.git
 
 
 Dependencies
@@ -233,8 +236,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
 ------