X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2FREADME.txt;h=cbab0d5779a50aa09dd85a7e208a916ded68ed4b;hb=ad3162bceb1cbf58006ce6d0a5c8945468755130;hp=f0d3b4f3da5627a0b1e52dd15cfac0f3c2ba2ac9;hpb=c7cbdaae00e1c26ca7b0a862a6198b204bcb797d;p=creaToolsTools.git diff --git a/Linux/README.txt b/Linux/README.txt index f0d3b4f..cbab0d5 100644 --- a/Linux/README.txt +++ b/Linux/README.txt @@ -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!)