commit ce3f366148ab56e1c3821ba5fadcd7f566029434
parent a01e6a668d5b60bfbc110d8b6ccbe9605d86f4fc
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 28 Dec 2016 12:54:05 -0800
add dependencies for dcp2icc
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/osx-install.sh b/osx-install.sh
@@ -74,7 +74,10 @@ brews=( \
     "wget"\
     "wireshark --with-lua --with-qt5"\
     "youtube-dl"\
-    "zsh" )
+    "zsh"\
+    "scons"\  # for dcp2icc
+    "lcms"\  # for dcp2icc
+    )
 
 for brew in "${brews[@]}"; do
     brew install $brew