commit 4cb65bf65f4e3211f1dc132033e1e3b769afa258 parent 9e0a1a91a3c9c357d91e0d68c964a2e572d39f6a Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Tue, 22 Sep 2015 12:41:13 +0200 custom vtk install Diffstat:
M | osx-install.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/osx-install.sh b/osx-install.sh @@ -37,7 +37,7 @@ brews=( "asciinema"\ "torsocks"\ "tree"\ "vim"\ - "vtk"\ + "vtk --with-tcl --with-qt --with-python --with-matplotlib --with-examples"\ "watch"\ "wget"\ "youtube-dl"\ @@ -85,3 +85,5 @@ for cask in "${casks[@]}"; do echo $cask brew cask install $cask done + +