X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Finstallscript;h=a1ff1d41d03f832fe7b1f39d7e8931804a37cc62;hb=2d0e412e62870bb81eee1ae1107e7e2f3d6ed7a1;hp=7bebda06e1c6eaa36a2eaa90733f999695ec3894;hpb=1e09b8dbf8310a1a53d02e67256f12a6c0424aa7;p=creaToolsTools.git diff --git a/Linux/installscript b/Linux/installscript index 7bebda0..a1ff1d4 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -260,13 +260,6 @@ if [ `checkVal $command all 3rd 3rd-gdcm` == true ] ; then cd $scriptDirName fi -# wt -if [ `checkVal $command all 3rd 3rd-wt` == true ] ; then - bigDisplay "INSTALL WT" - source scripts/ThirdParty-install-WT.sh - cd $scriptDirName -fi - # itk if [ `checkVal $command all 3rd 3rd-itk` == true ] ; then bigDisplay "INSTALL $ITKVersion" @@ -274,6 +267,12 @@ if [ `checkVal $command all 3rd 3rd-itk` == true ] ; then cd $scriptDirName fi +# wt +if [ `checkVal $command all 3rd 3rd-wt` == true ] ; then + bigDisplay "INSTALL WT" + source scripts/ThirdParty-install-WT.sh + cd $scriptDirName +fi # Setup the user .bashrc correctly if [ `checkVal $command all 3rd 3rd-vtk 3rd-itk 3rd-gdcm 3rd-wx 3rd-wt ` == true ] ; then