X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_thirdparty.sh_TEMPLATE;h=57de9bd2622e267acb17c62e632232020e15dde8;hb=a5fce6cfe871e7dee66e6e7c064ef9e632a5c192;hp=fa44d18e3bbda9765a21164288e89463bb9fe914;hpb=4dc2d7c1326eabf28bbb27ca09393a8aff20f9c4;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE index fa44d18..57de9bd 100644 --- a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE @@ -1,8 +1,24 @@ -creatoolsGeneration=~/Creatis/All/thirdParty_creatools +#USER : Modify the following lines ! + +creatoolsGeneration= + installPrefix=$creatoolsGeneration/thirdparty_install -buildType=Debug +# or +#installPrefix=/usr/local + +buildType= + +OperatingSystem= + +#Example : +# +#creatoolsGeneration=~/Creatis/All/thirdParty_creatools +#installPrefix=$creatoolsGeneration/thirdparty_install +#buildType=Debug +#OperatingSystem=Fedora + +#USER : Hand off! -#sudo pwd cd scripts -sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType +sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem cd ..