X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_thirdparty.sh_TEMPLATE;fp=Install_ThirdParty%2Finstall_thirdparty.sh_TEMPLATE;h=0000000000000000000000000000000000000000;hb=937f32c445bf61b9f9fc3c591071935503e84545;hp=57de9bd2622e267acb17c62e632232020e15dde8;hpb=aaa571cf8c199af98bffdc285174c0f9668dfe8b;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE deleted file mode 100644 index 57de9bd..0000000 --- a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE +++ /dev/null @@ -1,24 +0,0 @@ -#USER : Modify the following lines ! - -creatoolsGeneration= - -installPrefix=$creatoolsGeneration/thirdparty_install -# or -#installPrefix=/usr/local - -buildType= - -OperatingSystem= - -#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 ..