]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
remove deprecated
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE
deleted file mode 100644 (file)
index 57de9bd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#USER : Modify the following lines !
-
-creatoolsGeneration=<directory where you want to generate>
-
-installPrefix=$creatoolsGeneration/thirdparty_install
-#      or
-#installPrefix=/usr/local
-
-buildType=<Release|Debug>
-
-OperatingSystem=<Fedora | Ubuntu | MacOS>
-
-#Example :
-#
-#creatoolsGeneration=~/Creatis/All/thirdParty_creatools
-#installPrefix=$creatoolsGeneration/thirdparty_install
-#buildType=Debug
-#OperatingSystem=Fedora
-
-#USER : Hand off!
-
-cd scripts
-sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
-cd ..