]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
Allow choosing OperatingSystem
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
index fa44d18e3bbda9765a21164288e89463bb9fe914..7ee61f6b94b781d7229790ab3afa9db01b096329 100644 (file)
@@ -1,8 +1,24 @@
-creatoolsGeneration=~/Creatis/All/thirdParty_creatools
-installPrefix=$creatoolsGeneration/thirdparty_install
-buildType=Debug
+USER : Modify the following lines !
+
+creatoolsGeneration=<directory where you want to generate>
+
+installPrefix=$creatoolsGeneration/creatools_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=Linux
+
+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 ..