]> Creatis software - creaToolsTools.git/commitdiff
#3200 creaTools Tools Feature NewNormal - branch mingw64
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Aug 2018 14:57:12 +0000 (16:57 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Aug 2018 14:57:12 +0000 (16:57 +0200)
14 files changed:
Install_mingw64/Install_CreaTools/creatools.bat
Install_mingw64/Install_CreaTools/scripts/All2.bat
Install_mingw64/Install_CreaTools/scripts/base/cleangeneral.bat
Install_mingw64/Install_CreaTools/scripts/base/downloadSources.bat
Install_mingw64/Install_CreaTools/scripts/creaToolsInstall.bat [new file with mode: 0644]
Install_mingw64/Install_CreaTools/scripts/creaToolsVariables.bat [new file with mode: 0644]
Install_mingw64/Install_CreaTools/scripts/gitcall.bat
Install_mingw64/Install_CreaTools/scripts/tmp.sh
Install_mingw64/Install_ThirdParty/scripts/download_ThirdPartySW.bat
Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat
Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat
Install_mingw64/Install_ThirdParty/scripts/makeAll.bat
Install_mingw64/Install_ThirdParty/scripts/tpl_variables.bat
Install_mingw64/Readme_EED.txt

index 7ca2ef37970cadbf7d0e9f9559190a475d9a68e9..70cc68117de81ee408e3046f25cfa83e79311a2b 100644 (file)
@@ -1,8 +1,12 @@
 @echo off
-set creatoolsGeneration=C:\Users\davila\Creatools\C5\ct
-set docGeneration=OFF
 
-set cmakeBin=C:\Users\davila\Creatools\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
+set docGeneration=OFF
+set creatoolsGeneration=E:\creatis\c_mingw\C5\ct
+set cmakeBin=E:\creatis\c_mingw\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
+::set GIT_SSH=C:\Program Files\PuTTY\plink.exe
+::set GIT_SSH="C:\Program Files (x86)\PuTTY\plink.exe"
+::set bash=C:\Program Files\Git\bin\bash.exe
+set bash=C:\Program Files (x86)\Git\bin\bash.exe
 
 cd scripts
 call All.bat %creatoolsGeneration% %docGeneration% 
index e494b52dfc9f0e081e01a98c68a48b9daeff45cf..55d8912c4b57aedd714a83de15af70ff3d582db8 100644 (file)
@@ -40,7 +40,6 @@ set homedir=%cd%
 cd %creatoolsGeneration%
 
 mkdir c_%buildtype%%platforme%
-mkdir c_%buildtype%%platforme%\ri
 mkdir c_%buildtype%%platforme%\log
 
 echo call configure variables
@@ -50,32 +49,31 @@ REM goto skypToEED
 REM :skypToEED
 
 echo call compile crea
-start /B /wait %scriptsFolder%\creaInstall.bat
+::start /B /wait %scriptsFolder%\creaInstall.bat
 echo call compile bbtk
-start /B /wait %scriptsFolder%\bbtkInstall.bat
+::start /B /wait %scriptsFolder%\bbtkInstall.bat
 echo call compile creaMaracasVisu
-start /B /wait %scriptsFolder%\creaMaracasVisuInstall.bat
+::start /B /wait %scriptsFolder%\creaMaracasVisuInstall.bat
 echo call compile creaVtk
-start /B /wait %scriptsFolder%\creaVtkInstall.bat
+::start /B /wait %scriptsFolder%\creaVtkInstall.bat
 echo call compile creaEnvironment
-start /B /wait %scriptsFolder%\creaEnvironmentInstall.bat
+::start /B /wait %scriptsFolder%\creaEnvironmentInstall.bat
 echo call compile creaBruker
-start /B /wait %scriptsFolder%\creaBrukerInstall.bat
+::start /B /wait %scriptsFolder%\creaBrukerInstall.bat
 echo call compile creaImageIO
-start /B /wait %scriptsFolder%\creaImageIOInstall.bat
+::start /B /wait %scriptsFolder%\creaImageIOInstall.bat
 echo call compile creaContours
-start /B /wait %scriptsFolder%\creaContoursInstall.bat
+::start /B /wait %scriptsFolder%\creaContoursInstall.bat
 echo call compile creaRigidRegistration
-start /B /wait %scriptsFolder%\creaRigidRInstall.bat
+::start /B /wait %scriptsFolder%\creaRigidRInstall.bat
 echo call compile bbtkGEditor
-start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat
+::start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat
 echo call compile creaMinitools
-start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat
-
+::start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat
 
 
 echo  THIS HAS TO BE THE LAST STEP...
 echo call compile creaTools
-start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
+start /B /wait %scriptsFolder%\creaToolsInstall.bat
 echo To see the log files of this install please go to %LogFolder%
 
index 37e01be2a437ce6d7760529860939d3c8f9f13e4..b086638cbbd913c66c666392c66b90e36926e050 100644 (file)
@@ -29,10 +29,10 @@ echo ----------------------------
 
 echo creatoolsGeneration = %1
 
-rmdir %1\creatools_sources /s /q
-rmdir %1\creatools_DebugWin32 /s /q
-rmdir %1\creatools_DebugWin64 /s /q
-rmdir %1\creatools_ReleaseWin32 /s /q
-rmdir %1\creatools_ReleaseWin64 /s /q
+rmdir %1\cs /s /q
+rmdir %1\c_DebugWin32 /s /q
+rmdir %1\c_DebugWin64 /s /q
+rmdir %1\c_ReleaseWin32 /s /q
+rmdir %1\c_ReleaseWin64 /s /q
 
 exit /B
\ No newline at end of file
index 9e751b5871e39c6013c42539fa6c71bf3cafa73e..c1ed5a7bbfe8401df29290d3a6527cf99a424f29 100644 (file)
@@ -24,11 +24,13 @@ REM ------------------------------------------------------------------------
 @echo off
 
 echo cleaning prefix
- call %baseFolder%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
+call %baseFolder%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
 
 echo downloading creatools software
 
-set GIT_SSH=C:\Program Files\PuTTY\plink.exe
+::goto SkipEED1
+:SkipEED1
+
 
 echo echo tmp.sh > tmp.sh
 set creatoolsGeneration2=%creatoolsGeneration:\=/%
@@ -36,11 +38,13 @@ echo mkdir %creatoolsGeneration2%                                                                                                           >> tmp.sh
 echo mkdir %creatoolsGeneration2%/cs                                                                                                   >> tmp.sh
 echo cd %creatoolsGeneration2%/cs                                                                                                      >> tmp.sh
 
+
 echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creasource%                                    >> tmp.sh
 echo cd %creasource%                                                                                                                                           >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
+
 echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%bbtksource%                                    >> tmp.sh
 echo cd %bbtksource%                                                                                                                                           >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
@@ -86,16 +90,19 @@ echo cd %bbtkgeditorsource%                                                                                                                         >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
-echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creatoolssource%                               >> tmp.sh
-echo cd %creatoolssource%                                                                                                                      >> tmp.sh
+echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaminitoolssource%                   >> tmp.sh
+echo cd %creaminitoolssource%                                                                                                                  >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
-echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaminitoolssource%                   >> tmp.sh
-echo cd %creaminitoolssource%                                                                                                                  >> tmp.sh
+
+echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creatoolssource%                               >> tmp.sh
+echo cd %creatoolssource%                                                                                                                      >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
+
+
 echo call gitcall.bat "%cd%\tmp.sh"
 dir
 call gitcall.bat "%cd%\tmp.sh"
diff --git a/Install_mingw64/Install_CreaTools/scripts/creaToolsInstall.bat b/Install_mingw64/Install_CreaTools/scripts/creaToolsInstall.bat
new file mode 100644 (file)
index 0000000..4659a6d
--- /dev/null
@@ -0,0 +1,45 @@
+REM ---------------------------------------------------------------------
+REM
+REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+REM                        pour la Santé)
+REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+REM
+REM  This software is governed by the CeCILL-B license under French law and 
+REM  abiding by the rules of distribution of free software. You can  use, 
+REM  modify and/ or redistribute the software under the terms of the CeCILL-B 
+REM  license as circulated by CEA, CNRS and INRIA at the following URL 
+REM  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+REM  or in the file LICENSE.txt.
+REM
+REM  As a counterpart to the access to the source code and  rights to copy,
+REM  modify and redistribute granted by the license, users are provided only
+REM  with a limited warranty  and the software's author,  the holder of the
+REM  economic rights,  and the successive licensors  have only  limited
+REM  liability. 
+REM
+REM  The fact that you are presently reading this means that you have had
+REM  knowledge of the CeCILL-B license and that you accept its terms.
+REM ------------------------------------------------------------------------  
+
+@echo off
+
+set currentdir=%~dp0
+
+echo Compile creaTools %buildtype% %platforme%
+echo call %baseFolder%\cleanmod.bat %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+
+call %baseFolder%\cleanmod.bat %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+call %baseFolder%\cmakemod.bat %creatoolssource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+call %currentdir%\creaToolsVariables.bat %creatoolsGeneration% %creatoolssource% %docgeneration% %buildtype% %plateforme% >> %logFolder%\creaToolsInstall.log 2>&1
+
+::call %baseFolder%\compilemod.bat %buildtype% %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+set binfolder=%creatoolsGeneration%\c_%buildtype%%platforme%\cb\%creatoolssource%Bin
+cd %binfolder%
+mingw32-make.exe -j%NUMBER_OF_PROCESSORS% 
+mingw32-make.exe package
+
+move /Y %binfolder%\*.exe %creatoolsGeneration%\..\
+::call %baseFolder%\ctestmod.bat %creatoolssource% %creatoolsGeneration% >> %logFolder%\creaToolsInstall.log 2>&1
+echo end of creaTools compilation
+
+exit
\ No newline at end of file
diff --git a/Install_mingw64/Install_CreaTools/scripts/creaToolsVariables.bat b/Install_mingw64/Install_CreaTools/scripts/creaToolsVariables.bat
new file mode 100644 (file)
index 0000000..30364cf
--- /dev/null
@@ -0,0 +1,67 @@
+REM ---------------------------------------------------------------------
+REM
+REM Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+REM                        pour la Santé)
+REM Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+REM
+REM  This software is governed by the CeCILL-B license under French law and 
+REM  abiding by the rules of distribution of free software. You can  use, 
+REM  modify and/ or redistribute the software under the terms of the CeCILL-B 
+REM  license as circulated by CEA, CNRS and INRIA at the following URL 
+REM  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+REM  or in the file LICENSE.txt.
+REM
+REM  As a counterpart to the access to the source code and  rights to copy,
+REM  modify and redistribute granted by the license, users are provided only
+REM  with a limited warranty  and the software's author,  the holder of the
+REM  economic rights,  and the successive licensors  have only  limited
+REM  liability. 
+REM
+REM  The fact that you are presently reading this means that you have had
+REM  knowledge of the CeCILL-B license and that you accept its terms.
+REM ------------------------------------------------------------------------  
+
+@echo off
+echo ----------------------------
+echo ---creaToolVariables.bat----
+echo ----------------------------
+
+set creatoolsGeneration=%1
+set creatoolssource=%2
+set docgeneration=%3
+set buildType=%4
+set plateforme=%5
+
+echo creatoolsGeneration = %creatoolsGeneration%
+echo creatoolssource = %creatoolssource%
+echo docgeneration = %docgeneration%
+echo buildType = %buildType%
+echo plateforme = %plateforme%
+
+
+
+set binfolder=%1\c_%buildtype%%platforme%\cb\%2Bin
+cd %binfolder%
+
+IF %4==Debug (
+       cmake -D WXWIDGETS_USE_DEBUG:BOOL=ON CMakeCache.txt
+)
+
+if %platforme%==Win32 (
+       set buildPlatform=win32
+) else (
+       if %PROCESSOR_ARCHITECTURE%==x86 (
+               set buildPlatform=win32
+       ) else (
+               set buildPlatform=win64
+       )
+)
+
+::cmake -D CREATOOLS_BUILDTYPE:STRING=%buildType% -D CREATOOLS_PLATFORM:STRING=%buildPlatform%  CMakeCache.txt
+::cmake -D CREATOOLS_SOURCE_PATH:PATH=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_install CMakeCache.txt
+
+
+%cmakeBin% -D CREATOOLS_BUILDTYPE:STRING=%buildType% -D CREATOOLS_PLATFORM:STRING=%buildPlatform%  CMakeCache.txt
+%cmakeBin% -D CREATOOLS_SOURCE_PATH:PATH=%creatoolsGeneration%\c_%buildtype%%platforme%\ci CMakeCache.txt
+
+
index f0defc822c912fdb7c43e425090636e8d5f63eab..4393cecea0aefc73dd8eaa942aa2963175f3b9f3 100644 (file)
@@ -1,5 +1,4 @@
 echo gitcall
 rem if not exist %1 exit
-::set bash=C:\Program Files (x86)\Git\bin\bash.exe
-set bash=C:\Program Files\Git\bin\bash.exe
 "%bash%"  --login -i -c "exec  "%1""
+::call %1%
index 409d9ab314bc49ade489d1af28d7f612fd51ce2f..205376a3b1990ff367c055f3070528e43c8fd4d8 100644 (file)
@@ -1,52 +1,12 @@
 echo tmp.sh 
-mkdir C:/Users/davila/Creatools/C5/ct                                                                                                          
-mkdir C:/Users/davila/Creatools/C5/ct/cs                                                                                                       
-cd C:/Users/davila/Creatools/C5/ct/cs                                                                                                          
+mkdir E:/creatis/c_mingw/C5/ct                                                                                                                 
+mkdir E:/creatis/c_mingw/C5/ct/cs                                                                                                      
+cd E:/creatis/c_mingw/C5/ct/cs                                                                                                         
 git clone ssh://gitolite@git.creatis.insa-lyon.fr/crea                                         
 cd crea                                                                                                                                        
 git checkout vtk7itk4wx3-mingw64                                                                                                       
 cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/bbtk                                         
-cd bbtk                                                                                                                                        
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaMaracasVisu                      
-cd creaMaracasVisu                                                                                                                     
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaVtk                              
-cd creaVtk                                                                                                                             
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaEnvironment              
-cd creaEnvironment                                                                                                             
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaBruker                           
-cd creaBruker                                                                                                                          
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaImageIO                                  
-cd creaImageIO                                                                                                                         
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaContours                 
-cd creaContours                                                                                                                        
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaRigidRegistration        
-cd creaRigidRegistration                                                                                               
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/bbtkGEditor                          
-cd bbtkGEditor                                                                                                                         
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
 git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaTools                            
 cd creaTools                                                                                                                           
 git checkout vtk7itk4wx3-mingw64                                                                                                       
 cd ..                                                                                                                                                          
-git clone ssh://gitolite@git.creatis.insa-lyon.fr/creaMiniTools                        
-cd creaMiniTools                                                                                                               
-git checkout vtk7itk4wx3-mingw64                                                                                                       
-cd ..                                                                                                                                                          
index ba3e2bc81bf755e9d558a727fb3d53e0722868b6..978cd71b00767dd74f700277d97fc5f34dcfa551 100644 (file)
@@ -73,6 +73,7 @@ set TTHFNAME=tth_exe.zip
 set SQLITEFNAME=sqlite_v3.6.23.1.zip
 set JOMFNAME=jom.zip
 set DLFCNFNAME=dlfcn-win32-2018-07.7z
+set OPENGLMESANAME=opengl-mesa.zip
 
 
 echo -----------------------------------
@@ -214,6 +215,15 @@ if %EEDdownloadDLFCN%==FALSE GOTO SKIPDOWNLOADDLFCN
 ::  del %DLFCNFNAME%
 :SKIPDOWNLOADDLFCN
 
+if %EEDdownloadOPENGLMESA%==FALSE GOTO SKIPDOWNLOADOPENGLMESA
+  %wgetPath% --no-check-certificate "%urlCreatisSource%/../../crea_Developer_Tools/v4/%OPENGLMESANAME%"
+  echo ------------------------------------------------
+  echo --------------OPENGL MESA (creatis)------------------
+  echo ------------------------------------------------
+  cd %sourcepath%
+  %zipPath% x %OPENGLMESANAME%
+::  del %OPENGLMESANAME%
+:SKIPDOWNLOADOPENGLMESA
 
 
 
index afa83a023101a24232f8e69f8ef658636a059294..3c20e764481cbda3805d4afaec16b972772ce86b 100644 (file)
@@ -42,6 +42,7 @@ set gdcm=gdcm13
 set vtk=vtk
 set sqlite=sqlite
 set dlfcn=dlfcn-win32
+set OPENGLMESA=opengl-mesa
 
 set QTDIR=%sourcepath%\%qt%
 set JOMDIR=%sourcepath%\%jom%
@@ -376,10 +377,10 @@ mingw32-make.exe -j%NUMBER_OF_PROCESSORS% install
 move /Y %installpath%\lib\*.dll %installpath%\bin
 ::wxWidgets
 move /Y %installpath%\lib\gcc_dll\*.dll %installpath%\bin
-
 :: dlls mingw
 copy /Y %DirMingwDlls%\*.dll %installpath%\bin
-
+:: Opengl Mesa
+xcopy /Y %sourcepath%\%OPENGLMESA% %installpath%\bin\opengl-mesa\
 
 echo -----------------------------------
 echo ---End of Installing Libraries-----
index 8d762aa70d52afdc8914da0c4ea2c0524b5851f5..84896e6491f1f0869342147049f336280ec47794 100644 (file)
@@ -81,5 +81,6 @@ cd %binpath%
 %cmakeBin% -D CREA_LIBRARY_DLL_PATH:PATH=%thirdpartydllspath% CMakeCache.txt                                        >> %LogFolder%\dlls_cmake.log 2>&1
 mingw32-make.exe package                                                                                                               >> %LogFolder%\dlls_cmake.log 2>&1
 
+move /Y *.exe ..\..\..\
 
 exit /B
\ No newline at end of file
index 36427b1af5d9af278eb97f5165707f6b298199f4..e13e4ce228058e27ee2e4f856a5269f697b0fd63 100644 (file)
@@ -47,11 +47,11 @@ call generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
 :SKIPINSTALLERDLL
 
 
-if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
-echo Calling generateThirdPartyLibExe.bat
-cd %scripts%
-call generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
-:SKIPINSTALLERLIBRARIES
+:: if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
+:: echo Calling generateThirdPartyLibExe.bat
+:: cd %scripts%
+:: call generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
+:: :SKIPINSTALLERLIBRARIES
 
 
 cd..
index ca599b65a41b83591b3b5fec41937f1e36df2d66..bcc71b5ed2af9ec0ea5a450bed3f8278749c690e 100644 (file)
@@ -16,6 +16,7 @@ set  EEDdownloadGDCM=TRUE
 set  EEDdownloadTTH=TRUE
 set  EEDdownloadSQLite=TRUE
 set  EEDdownloadDLFCN=TRUE
+set  EEDdownloadOPENGLMESA=TRUE
 
 set  EEDinstall=TRUE
 set  EEDinstallQT=FALSE
@@ -29,4 +30,4 @@ set  EEDinstallSQLite=TRUE
 set  EEDinstallDLFCN=TRUE
 
 set  EEDinstallerDLL=TRUE
-set  EEDinstallerLibraries=FALSE
+::set  EEDinstallerLibraries=FALSE
index 5f5bd44b61405d3e3594dd0a584f2e28e6d27f3d..0e69ec780b7a24aa91e8fccef77ba8b28f6a9da6 100644 (file)
 
 3. Compile Third Party Library  (tpl)
      install-All.bat
-        
-4. Compila Creatools
-    -Instalar basic-miktex-2.9.6753-x64.exe
-    -plink: configurar en creaToolsTools\Install_mingw64\Install_CreaTools/downloadSources.bat
-       set GIT_SSH=C:\Program Files\PuTTY\plink.exe
-    -ssh: Exportar la llave generada en linux en formato ppk.  cargar la llave con pagent. (doble click en el archivo ppk)
 
 ::Nota, correr todo para bajar los fuentes, el ( unzip 7z ) no lo enuentra en la segunda corrida cuando se quite la 
 opcion de clean y download se renombran los source automatidacmente  (OJO con wxWindgets, hay que hacerlo a mano)
 
 
+
+        
+
+
+
 =============================  Creatools  ==========================
 
+0. Configuration
+    -Instalar basic-miktex-2.9.6753-x64.exe
+    -plink: configurar en creaToolsTools\Install_mingw64\Install_CreaTools/creatools.bat
+           A. set GIT_SSH=C:\Program Files\PuTTY\plink.exe
+                or comment this line.
+               B. set bash=C:\Program Files\Git\bin\bash.exe
+    -ssh: Exportar la llave generada en linux en formato ppk.  cargar la llave con pagent. (doble click en el archivo ppk)
+
 1. creatools.bat 
   Configurar el directorio de salida