]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
Forgot to commit theese ones
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
1 #USER : Modify the following lines !
2
3 creatoolsGeneration=<directory where you want to generate>
4
5 installPrefix=$creatoolsGeneration/thirdparty_install
6 #       or
7 #installPrefix=/usr/local
8
9 buildType=<Release|Debug>
10
11 OperatingSystem=<Fedora | Ubuntu | MacOS>
12
13 #Example :
14 #
15 #creatoolsGeneration=~/Creatis/All/thirdParty_creatools
16 #installPrefix=$creatoolsGeneration/thirdparty_install
17 #buildType=Debug
18 #OperatingSystem=Fedora
19
20 #USER : Hand off!
21
22 cd scripts
23 sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
24 cd ..