]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
*** empty log message ***
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE
new file mode 100644 (file)
index 0000000..fa44d18
--- /dev/null
@@ -0,0 +1,8 @@
+creatoolsGeneration=~/Creatis/All/thirdParty_creatools
+installPrefix=$creatoolsGeneration/thirdparty_install
+buildType=Debug
+
+#sudo pwd
+cd scripts
+sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType
+cd ..