X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Finstallscript;h=51cd51b6489a0c5d36b8f1057af18b60a2c99cbd;hb=af5c3e4b663ae6b439603680bcccd42182fc2adf;hp=7c6530ac670b8aad07a93f5901c578255c4f4bfd;hpb=fd2aac7e56a2ae4ecd5ed98deec488f6dbbedc1b;p=creaToolsTools.git diff --git a/Linux/installscript b/Linux/installscript index 7c6530a..51cd51b 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -335,6 +335,12 @@ if [ `checkVal $command config printconfig` == true ] ; then exit fi +################################################################################## creatools +# download creatools +if [ `checkVal $command all creatools creatools-get` == true ] ; then + bigDisplay "DOWNLOAD CREATOOLS" + bash scripts/CreaTools-load.sh +fi ################################################################################## 3rd library # install packaged dependencies as root @@ -389,13 +395,6 @@ if [ `checkVal $command all 3rd 3rd-vtk 3rd-itk 3rd-gdcm 3rd-wx ` == true ] ; th fi ################################################################################## creatools - -# download creatools -if [ `checkVal $command all creatools creatools-get` == true ] ; then - bigDisplay "DOWNLOAD CREATOOLS" - bash scripts/CreaTools-load.sh -fi - # compile creatools if [ `checkVal $command all creatools creatools-cmp` == true ] ; then bigDisplay "COMPILE CREATOOLS" @@ -425,7 +424,6 @@ if [ `checkVal $command all creatools creatools-install` == true ] ; then fi ################################################################################## uninstall - if [ `checkVal $command uninstall` == true ] ; then bigDisplay "UNINSTALL CREATOOLS" bash scripts/CreaTools-uninstall.sh