]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.sh_TEMPLATE
Modification creaToolsThirdParty scripts EED-JCP
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.sh_TEMPLATE
index 7ee61f6b94b781d7229790ab3afa9db01b096329..970a161bf0bf5f41607d49971cd3abcde276d5c8 100644 (file)
@@ -1,8 +1,8 @@
-USER : Modify the following lines !
+#USER : Modify the following lines !
 
 creatoolsGeneration=<directory where you want to generate>
 
-installPrefix=$creatoolsGeneration/creatools_install
+installPrefix=$creatoolsGeneration/thirdparty_install
 #      or
 #installPrefix=/usr/local
 
@@ -10,14 +10,14 @@ buildType=<Release|Debug>
 
 OperatingSystem=<Fedora | Ubuntu | MacOS>
 
-Example :
-
+#Example :
+#
 #creatoolsGeneration=~/Creatis/All/thirdParty_creatools
 #installPrefix=$creatoolsGeneration/thirdparty_install
 #buildType=Debug
 #OperatingSystem=Linux
 
-USER : Hand off!
+#USER : Hand off!
 
 cd scripts
 sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem