From: Eduardo DAVILA Date: Thu, 9 Aug 2018 09:37:15 +0000 (+0200) Subject: #3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=16526ed07dfa9a02e753266ecea6ab349d1e0162;p=creaToolsTools.git #3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64 --- diff --git a/Install_mingw64/Install_CreaTools/creatools.bat b/Install_mingw64/Install_CreaTools/creatools.bat index 6cf3a8a..1cc6108 100644 --- a/Install_mingw64/Install_CreaTools/creatools.bat +++ b/Install_mingw64/Install_CreaTools/creatools.bat @@ -1,21 +1,17 @@ @echo off - -set baseProject=C:\Users\davila\C7 -set ProgramFiles=C:\Program Files +call config.bat +::=========Create manualy the config.bat file============= +:: Some times you have to put this is comments. If not in comments you need to activate de ppk key with the putty-agent +::set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe ::set baseProject=E:\creatis\c_mingw ::set ProgramFiles=C:\Program Files (x86) - - - +::================================================= set docGeneration=OFF set cmakeBin=%baseProject%\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe set creatoolsGeneration=%baseProject%\C5\ct set bash=%ProgramFiles%\Git\bin\bash.exe -:: Some times you have to put this is comments -:: If not in comments you need to activate de ppk key with the putty-agent -set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe cd scripts call All.bat %creatoolsGeneration% %docGeneration% diff --git a/Install_mingw64/Install_CreaTools/scripts/tmp.sh b/Install_mingw64/Install_CreaTools/scripts/tmp.sh index 627bf03..4183a49 100644 --- a/Install_mingw64/Install_CreaTools/scripts/tmp.sh +++ b/Install_mingw64/Install_CreaTools/scripts/tmp.sh @@ -1,7 +1,7 @@ echo tmp.sh -mkdir C:/Users/davila/C7/C5/ct -mkdir C:/Users/davila/C7/C5/ct/cs -cd C:/Users/davila/C7/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 vtk8itk4wx3-mingw64