]> Creatis software - creaToolsTools.git/blob - Install/scripts/All.bat
7288e242ee1fd3d6b34a4b6f783e46127cbe5399
[creaToolsTools.git] / Install / scripts / All.bat
1 REM ---------------------------------------------------------------------
2 REM
3 REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 REM                        pour la Santé)
5 REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 REM
7 REM  This software is governed by the CeCILL-B license under French law and 
8 REM  abiding by the rules of distribution of free software. You can  use, 
9 REM  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 REM  license as circulated by CEA, CNRS and INRIA at the following URL 
11 REM  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 REM  or in the file LICENSE.txt.
13 REM
14 REM  As a counterpart to the access to the source code and  rights to copy,
15 REM  modify and redistribute granted by the license, users are provided only
16 REM  with a limited warranty  and the software's author,  the holder of the
17 REM  economic rights,  and the successive licensors  have only  limited
18 REM  liability. 
19 REM
20 REM  The fact that you are presently reading this means that you have had
21 REM  knowledge of the CeCILL-B license and that you accept its terms.
22 REM ------------------------------------------------------------------------  
23
24 @echo off
25
26 set creatoolsGeneration=%1
27 set docgeneration=%2
28 set installPrefix=%3
29 set buildtype=%4
30 set forcex86=%5
31
32 set scriptsFolder=%cd%
33 set logFolder=%creatoolsGeneration%\installLog
34
35
36 rmdir %logFolder% /s /q
37 mkdir %logFolder%
38
39 echo call configure variables
40 call %scriptsFolder%\base\configureVariables.bat
41
42 REM goto skypeEED
43
44 echo call Download Sources
45 start /B /wait %scriptsFolder%\base\downloadSources.bat
46
47 echo call compile crea
48 start /B /wait %scriptsFolder%\crea\creaInstall.bat
49 echo call compile bbtk
50 start /B /wait %scriptsFolder%\bbtk\bbtkInstall.bat
51 echo call compile creaMaracasVisu
52 start /B /wait %scriptsFolder%\creaMaracasVisu\creaMaracasVisuInstall.bat
53 echo call compile creaEnvironment
54 start /B /wait %scriptsFolder%\creaEnvironment\creaEnvironmentInstall.bat
55 echo call compile creaBruker
56 start /B /wait %scriptsFolder%\creaBruker\creaBrukerInstall.bat
57 echo call compile creaImageIO
58 start /B /wait %scriptsFolder%\creaImageIO\creaImageIOInstall.bat
59 echo call compile creaContours
60 start /B /wait %scriptsFolder%\creaContours\creaContoursInstall.bat
61 echo call compile creaRigidRegistration
62 start /B /wait %scriptsFolder%\creaRigidRegistration\creaRigidRInstall.bat
63 echo call compile bbtkGEditor
64 start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
65 echo call compile creaMinitools
66 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
67
68
69
70 REM :skypeEED
71
72 echo  THIS HAS TO BE THE LAST STEP...
73 echo call compile creaTools
74 start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
75 echo To see the log files of this install please go to %LogFolder%
76
77 exit /B
78