From 268d1f3ffb65d1b79acb814fde3c5d07eccc7b76 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 11 Oct 2010 12:49:35 +0000 Subject: [PATCH] Upgrade Readme --- Install/Readme.txt | 11 +++++++---- README.txt | 43 ++++++++++++++++++++++++++++++++++++++++++ ctest/dashboard/All.sh | 1 - 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/Install/Readme.txt b/Install/Readme.txt index f42c977..fdbc698 100644 --- a/Install/Readme.txt +++ b/Install/Readme.txt @@ -1,20 +1,23 @@ - +ssh-add + cd Install cp creatools.sh_TEMPLATE creatools.sh +modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh vim creatools.sh -according to your preferences, modify (only once) creatools.sh +as follows : ------------------------ +-- creatools.sh --------------------- creatoolsGeneration= installPrefix= or vtkDir= ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ... cvsUser= docGeneration= let it to OFF! buildType= +archi=<32|64> according to your processor #sudo pwd cd scripts -sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType +sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi cd .. ----------------------- diff --git a/README.txt b/README.txt index 7732116..30954fe 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,46 @@ +ssh-add + + +cd Install +cp creatools.sh_TEMPLATE creatools.sh + +modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh +vim creatools.sh +as follows : + +-- creatools.sh --------------------- +creatoolsGeneration= +installPrefix= or +vtkDir= ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ... +cvsUser= +docGeneration= let it to OFF! +buildType= +archi=<32|64> according to your processor +#sudo pwd +cd scripts +sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi +cd .. +----------------------- + +sh creatools.sh + + + + + + + + + + + + + + + + +Forget the following lines ! + Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...) ==================================================================================== diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index 1e23099..e117f2d 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -134,7 +134,6 @@ fi sh cmakemod.sh $creabrukersource $generationdir $VTKdir $installPrefix $buildType sh creaBrukerVariables.sh $creabrukersource $generationdir $docgeneration #fi - sh compilemod.sh $buildtype $creabrukersource $generationdir # echo "creaBruker : out of compilemod.sh; stop here, now!" # exit 0 -- 2.45.1