]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
fa44d18e3bbda9765a21164288e89463bb9fe914
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
1 creatoolsGeneration=~/Creatis/All/thirdParty_creatools
2 installPrefix=$creatoolsGeneration/thirdparty_install
3 buildType=Debug
4
5 #sudo pwd
6 cd scripts
7 sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType
8 cd ..