]> Creatis software - creaToolsTools.git/blobdiff - Linux/README.txt
redmine feature # 1708
[creaToolsTools.git] / Linux / README.txt
index f0d3b4f3da5627a0b1e52dd15cfac0f3c2ba2ac9..cbab0d5779a50aa09dd85a7e208a916ded68ed4b 100644 (file)
@@ -1,4 +1,32 @@
 
+#######################################
+two solution to install the creatools under Linux:
+-- the new install script (called installscript) 
+-- the old interactive script (menu.sh) (obsolete will disappear in a near future)
+
+
+===================================
+doc for installscript
+===================================
+
+-- some example:
+
+# to configure only
+./installscript -gdir $HOME/work/creatools/creainstall config
+or
+./installscript -cvs sdika -ncore 4 -gdir $HOME/work/creatools/creainstall config
+
+# to configure / compile-install all packages and the creatools themselves 
+./installscript -cvs sdika -ncore 4 -gdir $HOME/work/creatools/creainstall all
+
+# compile-install only one part (vtk  for example) ONCE CONFIG HAS BEEN RUN 
+./installscript 3rd-vtk
+
+
+
+
+===================================
+doc for menu.sh
 ===================================
 WARNING :
 Use always bash (never use sh!)