]> Creatis software - creaToolsTools.git/blobdiff - Linux/README.txt
Revert "Feature #1929 Removed menu.sh."
[creaToolsTools.git] / Linux / README.txt
index 4873a469a6b58c938c555a131079eca6663a2456..0106b052dcf76d873419fa2d2394e3ae8f01f095 100644 (file)
@@ -39,17 +39,19 @@ Launch 'installscript' in command line to see the list of options.
 # to configure only
 ./installscript -gdir $HOME/work/creatools/creainstall config
 or
-./installscript -git sdika -ncore 4 -gdir $HOME/work/creatools/creainstall config
+./installscript -git -ncore 4 -gdir $HOME/work/creatools/creainstall config
 
 # to configure / compile-install all packages and the creatools themselves 
-./installscript -git sdika -ncore 4 -gdir $HOME/work/creatools/creainstall all
+./installscript -git -ncore 4 -gdir $HOME/work/creatools/creainstall all
 
 # compile-install only one part (vtk  for example) ONCE CONFIG HAS BEEN RUN 
 ./installscript 3rd-vtk
 
 
 -- If you choose Git: 
-You must have shared your public key on CREATIS server.
+You must have shared your public key on Git CREATIS server.
+To do so, send your public SSH key to Fabrice Bellet specifying the Git repository name. You need to do it for the Git server, even if you already did it for the CVS or SVN server. 
+
 
 
 ===================================