]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
*** empty log message ***
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
index fa44d18e3bbda9765a21164288e89463bb9fe914..57de9bd2622e267acb17c62e632232020e15dde8 100644 (file)
@@ -1,8 +1,24 @@
-creatoolsGeneration=~/Creatis/All/thirdParty_creatools
+#USER : Modify the following lines !
+
+creatoolsGeneration=<directory where you want to generate>
+
 installPrefix=$creatoolsGeneration/thirdparty_install
-buildType=Debug
+#      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!
 
-#sudo pwd
 cd scripts
-sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType
+sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
 cd ..