]> Creatis software - creaToolsTools.git/blobdiff - README.txt
DFCH: Log folder has been deplaced to the generation folder
[creaToolsTools.git] / README.txt
index 30954fea2abab916775ac5461d3c91e229d7b335..6b35e5b354614545e5067100472c14edd3470fe8 100644 (file)
@@ -1,55 +1,21 @@
-ssh-add
-<type your cvs password>
+=== === ===  UNIX / LINUX / MacOS users === === ===
 
-cd Install
-cp creatools.sh_TEMPLATE creatools.sh
+0) cd Linux
+1) read the README.txt
+2) Action!
 
-modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh
-vim creatools.sh
-as follows :
+=== === === WINDOWS users === === ===
 
--- creatools.sh ---------------------
-creatoolsGeneration=<directory you want to generate in>
-installPrefix=<your Install dir> or </usr/local> 
-vtkDir=<your vtk dir> ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ...
-cvsUser=<USER>
-docGeneration=<OFF|ON> let it to OFF!
-buildType=<Release|Debug>
-archi=<32|64>  according to your processor
-#sudo pwd
-cd scripts
-sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi
-cd .. 
------------------------
+0) Make sure everything you'll need is properly installed :
+crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008
+Have a look at :
+http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload
 
-sh creatools.sh
+Change your CVS user in the file All.bat
 
+Copy all the .bat files into one directoy where the tests are going to be run
+execute All.bat
 
+Do not forget to run your ssh key with puttyAgent
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-Forget the following lines !
-
-Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...)
-====================================================================================
-
-* ctest:
-ctest scripts and instructions to perform automated build/testing and submission to creatis cdash dashboard
-* windows:
-windows installers of the suite and instructions to package the suite for windows. subdirs:
-  * creaThirdParty_dlls:
-    project which creates the creaThirdParty_dlls win installer (using cmake and NSIS)
-  * CreaTools_win32_installers:
-    batch installers of the suite
-
+All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.