]> Creatis software - creaToolsTools.git/blobdiff - Install/creatools.bat_TEMPLATE
*** empty log message ***
[creaToolsTools.git] / Install / creatools.bat_TEMPLATE
index a046c70577253c3fa259998ead74b1a6122e443f..6da89a02e77b069012e71eab0824de28f9b18eaa 100644 (file)
@@ -1,9 +1,10 @@
-
-set buildType=Release
-set docGeneration=OFF
-set cvsUser=<.......?????.......>
+set creatoolsGeneration=<directory where you want to generate>
+set installPrefix=<your Install dir> or </usr/local> 
+set buildType=<Debug|Release|RelWithDebInfo>
+set cvsUser=<USER>
+set docGeneration=<OFF|ON> let it to OFF!
 
 cd scripts
-call All.bat %buildType% %docGeneration% %cvsUser%
+call All.sh %creatoolsGeneration% %docGeneration% %cvsUser% %installPrefix% %buildType%
 cd ..