]> Creatis software - creaToolsTools.git/commitdiff
#3448 vtk8itk5wx3-macos in Windows
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 09:25:19 +0000 (10:25 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 09:25:19 +0000 (10:25 +0100)
Install_mingw64/Install_CreaTools/creatools.bat
Install_mingw64/Install_ThirdParty/install-All.bat
Install_mingw64/Readme_EED.txt
Install_mingw64/config_win.bat [new file with mode: 0644]

index 6ba070acf39bf46f7e9847b0dd36283f78edd7ee..1eb2ede8709a618613a3871aca0be97f788ca8d3 100644 (file)
@@ -1,14 +1,6 @@
 @echo off
 
-
-::set baseProject=C:\Eduardo\Creatis
-::set ProgramFiles=C:\Program Files
-::set cmakeBin=C:\Eduardo\Creatis\DevelopperTools\cmake-3.17.1-win64-x64\bin\cmake.exe
-
-
-set baseProject=E:\creatis\C11
-set ProgramFiles=C:\Program Files (x86)
-set cmakeBin=E:\creatis\crea_Developer_Tools\v4\cmake-3.17.1-win64-x64\bin\cmake.exe
+call ../config_win.bat
 
 set docGeneration=OFF
 set creatoolsGeneration=%baseProject%\ct
index a02e8df33bae0c441142ab1ba02043c049e360a4..b8cfe22b85cc33420834173a5d7290b67cc3fcee 100644 (file)
@@ -1,23 +1,7 @@
 
-:: Computer EED : Tour Cratools
-set thirdpartyGenerationBase=E:\Creatis\C11\tpl\
-set cmakeBin=E:\creatis\crea_Developer_Tools\v4\cmake-3.17.1-win64-x64\bin\cmake.exe
-set wgetPath="E:\creatis\crea_Developer_Tools\v4\wget\wget.exe"
-set zipPath="C:\Program Files\7-Zip\7z.exe"
-::set zipPath="peazip -ext2here "
-set DirMingwDlls=E:\creatis\crea_Developer_Tools\v4\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
-
-
-:: Computer EED : Portable Mac2
-::set thirdpartyGenerationBase=C:\Eduardo\Creatis\C11\tpl\
-::set cmakeBin=C:\Eduardo\Creatis\DevelopperTools\cmake-3.17.1-win64-x64\bin\cmake.exe
-::set wgetPath="C:\Eduardo\Creatis\DevelopperTools\wget-1.19.4-win32\wget.exe"
-::set zipPath="C:\Program Files\7-Zip\7z.exe"
-::  ::set zipPath="peazip -ext2here "
-::set DirMingwDlls=C:\Eduardo\Creatis\DevelopperTools\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
-
-
+call ../config_win.bat
 
+set thirdpartyGenerationBase=%baseProject%\tpl\
 set PATH=C:\Windows\system32;%DirMingwDlls%; 
 start /wait install_generate_thirdparty-x64Release.bat
 ::REM start /wait install_generate_thirdparty-x64Debug.bat
index add5519ce4dbf461a9c3c56bfb6b53586ee707c1..20e3f34219f9c2d9fc9335d25a3e201004ffc946 100644 (file)
@@ -23,7 +23,7 @@
 
 2. Clone creaToolsTools 
      -Cambiar la branch  (vtk8itk5wx3-macos)
-     -En creaToolsTools\Install_mingw64\Install_ThirdParty\install_All.bat ajustar el path de:
+     -En creaToolsTools\creaToolsTools\Install_mingw64\config_win.bat  ajustar el path de:
                        cmakeBin
                        thirdpartyGenerationBase
                        wget
@@ -51,9 +51,10 @@ opcion de clean y download se renombran los source automatidacmente  (OJO con wx
 
 1. Install  crea_TPdlls--4.1.0-win64.exe
 
-2. creatools.bat 
+2. creaToolsTools\Install_mingw64\config_win.bat 
   Configurar el directorio de salida
   
+  
 3. ??????????
    scripts/gitcall.bat
    configurar bien la variable, que depende donde esta instalado git
@@ -63,10 +64,9 @@ opcion de clean y download se renombran los source automatidacmente  (OJO con wx
 
 Changing computer configuration paths...
 
-#       modified:   Install_mingw64/Install_CreaTools/creatools.bat
-#       modified:   Install_mingw64/Install_CreaTools/scripts/base/downloadSources.bat
-#       modified:   Install_mingw64/Install_ThirdParty/install-All.bat
-#       modified:   Install_mingw64/Install_ThirdParty/scripts/tpl_variables.bat
+creaToolsTools\Install_mingw64\config_win.bat                        <<<< general configuration 
+creaToolsTools\Install_CreaTools\scripts\base\downloadSources.bat    <<<< creatools sources git Branch
+creaToolsTools\Install_ThirdParty\scripts\tpl_variables.bat          <<<< modules (TRUE/FALSE) TPL
 
 
 
diff --git a/Install_mingw64/config_win.bat b/Install_mingw64/config_win.bat
new file mode 100644 (file)
index 0000000..eca72ba
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+::--------- Cumputer 1 : Tour Cratools -------------------------
+set baseProject=E:\Creatis\C11
+set cmakeBin=E:\creatis\crea_Developer_Tools\v4\cmake-3.17.1-win64-x64\bin\cmake.exe
+set ProgramFiles=C:\Program Files (x86)
+set wgetPath="E:\creatis\crea_Developer_Tools\v4\wget\wget.exe"
+set zipPath="C:\Program Files\7-Zip\7z.exe"
+::set zipPath="peazip -ext2here "
+set DirMingwDlls=E:\creatis\crea_Developer_Tools\v4\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
+
+
+::--------- Cumputer 2 : Portable Mac2 -------------------------
+::set baseProject=C:\Eduardo\Creatis\C11
+::set cmakeBin=C:\Eduardo\Creatis\DevelopperTools\cmake-3.17.1-win64-x64\bin\cmake.exe
+::set ProgramFiles=C:\Program Files
+::set wgetPath="C:\Eduardo\Creatis\DevelopperTools\wget-1.19.4-win32\wget.exe"
+::set zipPath="C:\Program Files\7-Zip\7z.exe"
+::  ::set zipPath="peazip -ext2here "
+::set DirMingwDlls=C:\Eduardo\Creatis\DevelopperTools\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
+