]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-VTK.sh
2313 creaToolsTools Feature New Normal Install VTK 5.10.1 for the ThirdPartyLibraries...
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-VTK.sh
index b944735a85a54731f0403b0b3eeaa2d05823332b..7ab1f31a8df5e26e28b953fc06caa4ef05edb990 100644 (file)
@@ -101,12 +101,26 @@ fi
  echo "we download new stuff"
  if [ $OperatingSystem = "MacOS" ]
  then
-  curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
+
+## EED 2013-10-29
+##  curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
+##  # MacOS, clever enough to understand it *has* to uncompress, doesn't understand tar -z :-(
+##  tar -xvf VTK-5.6.1.patchCreatis.tar.gz
+
+  curl -O http://www.vtk.org/files/release/5.10/vtk-5.10.1.zip
   # MacOS, clever enough to understand it *has* to uncompress, doesn't understand tar -z :-(
-  tar -xvf VTK-5.6.1.patchCreatis.tar.gz
+  unzip vtk-5.10.1.zip
+
  else
-  wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
-  tar -xzvf VTK-5.6.1.patchCreatis.tar.gz
+
+## EED 2013-10-29
+##  wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
+##  tar -xzvf VTK-5.6.1.patchCreatis.tar.gz
+  wget http://www.vtk.org/files/release/5.10/vtk-5.10.1.zip
+
+echo unzip vtk-5.10.1.zip
+pwd
+  unzip vtk-5.10.1.zip
  fi
 
 #if [ $buildType = "Debug" ]
@@ -120,11 +134,13 @@ fi
 #if [ true = false ]
 if [ true = true ]
 then
-  libname=VTK
+  libname=VTK5.10.1
   dirInstall=$binDir/$libname-Bin
-  export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
+##  export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
+  export VTK_DIR=$installPrefixThird/lib/vtk-5.10/
+
   mkdir $dirInstall
-  echo "we prepare directories dirInstall " $dirInstall  " VTK_DIR " $installPrefixThird/lib/vtk-5.6/
+  echo "we prepare directories dirInstall " $dirInstall  " VTK_DIR " $installPrefixThird/lib/vtk-5.10.1/
   cd $dirInstall
 
 # See EED why we have to do this