]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_all.bat
DFCH: Script with the last VTK update (GDCM still doesn't work :s :s)
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_all.bat
index 0f46618ca62db21646b3e401f76218c74e85a343..9ae437587917863263fb1cef6a5fdaae2ecbadd7 100644 (file)
@@ -1,13 +1,32 @@
+@echo off
+echo -----------------------------------
+echo ------Asking Architecture----------
+echo -----------------------------------
+if %PROCESSOR_ARCHITECTURE%==x86 (
+@echo on
+  set ProgramFilesPath=%ProgramFiles%
+@echo off
+) else (
+@echo on
+  set "ProgramFilesPath=%ProgramFiles(x86)%"
+@echo off
+)
+
+echo ----End Asking Architecture--------
+
+echo -----------------------------------
+echo ---Setting Enviroment Variables----
+echo -----------------------------------
+
+@echo on
 set thirdpartyGeneration=%1
 set buildType=%2
 
-
-set QTDIR=C:\Qt\2010.05\qt
-set wgetPath=%~p0
-set wgetPath=%wgetPath%\..\..\windows\creaTools_win_installers\CreaTools_v2_0_0_win32_installer\bin
-set zipPath="%ProgramFiles(x86)%\7-Zip"
+set wgetPath=%cd%\..\..\windows\creaTools_win_installers\CreaTools_v2_0_0_win32_installer\bin\wget.exe
+set zipPath="%ProgramFilesPath%\7-Zip\7z.exe"
 set urlCreatisSource=http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source
-set vcvarsall="%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC"\vcvarsall.bat
+set urlCreatisSource=http://www.creatis.insa-lyon.fr/~caceres/software
+set vcvarsall="%ProgramFilesPath%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
 
 set installpath=%thirdpartyGeneration%\thirdparty_install
 set binpath=%thirdpartyGeneration%\thirdparty_bin
@@ -18,10 +37,20 @@ set itk=InsightToolkit-3.20.0
 set gdcm=gdcm
 set vtk=VTK
 
-rmdir %binpath% /s /q
+@echo off
+echo ---End Setting Global Variables----
+echo -----------------------------------
+@echo on
+call %vcvarsall%
 
 goto next
 
+@echo off
+echo -----------------------------------
+echo -------Creating Folders------------
+echo -----------------------------------
+@echo on
+rmdir %binpath% /s /q
 
 rmdir %thirdpartyGeneration% /s /q
 mkdir %thirdpartyGeneration%
@@ -30,68 +59,210 @@ mkdir thirdparty_source
 mkdir thirdparty_bin
 mkdir thirdparty_install
 
-cd thirdparty_source
-
-rem ---------DOWNLOAD------------------
-%wgetPath%\wget.exe %urlCreatisSource%/xerces-c-3.1.1.zip
-%wgetPath%\wget.exe %urlCreatisSource%/InsightToolkit-3.20.0.tar.gz
-%wgetPath%\wget.exe %urlCreatisSource%/gdcm_08_Dic_2009.tar.gz
-%wgetPath%\wget.exe %urlCreatisSource%/vtk-5.6.1.tar.gz
-%wgetPath%\wget.exe %urlCreatisSource%/wxWidgets-2.9.1.7z
-
-rem ---------Extracting------------------
+@echo off
+echo ------End Creating Folders---------
 
-%zipPath%\7z.exe x xerces-c-3.1.1.zip
-%zipPath%\7z.exe x InsightToolkit-3.20.0.tar.gz
-%zipPath%\7z.exe x InsightToolkit-3.20.0.tar
-%zipPath%\7z.exe x gdcm_08_Dic_2009.tar.gz
-%zipPath%\7z.exe x gdcm_08_Dic_2009.tar
-%zipPath%\7z.exe x vtk-5.6.1.tar.gz
-%zipPath%\7z.exe x vtk-5.6.1.tar
-mkdir wxWidgets
-cd wxWidgets
-%zipPath%\7z.exe x ..\wxWidgets-2.9.1.7z
+echo -----------------------------------
+echo ------Downloading Sources----------
+echo -----------------------------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\
+%wgetPath% %urlCreatisSource%/qt-4.7.3.zip
+%wgetPath% %urlCreatisSource%/wxWidgets-2.9.2.7z
+%wgetPath% %urlCreatisSource%/boost_1_47_0.7z
+%wgetPath% %urlCreatisSource%/vtk-5.8.0.tar.gz
+%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip
+%wgetPath% %urlCreatisSource%/gdcm.tar.gz
+%wgetPath% %urlCreatisSource%/xerces-c-3.1.1.zip
 
+@echo off
+echo ------End Downloading Sources------
 
-rem -------------  xercesc  --------------------
-cd  %binpath%
-mkdir %xercesc%Bin
-cd %xercesc%Bin
-cmake -G"Visual Studio 10 2008 Win64"  -H%sourcepath%\%xercesc% -B%binpath%\%xercesc%Bin
-cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%xercesc%\ CMakeCache.txt
-
-pause
+echo -----------------------------------
+echo --------Qt Installation------------
+echo -----------------------------------
+echo ---Setting Enviroment Variables----
+@echo on
+set QTDIR=%thirdpartyGeneration%\thirdparty_source\Qt\4.7.3\
+@echo off
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\
+mkdir Qt\
+cd Qt\
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\qt-4.7.3.zip
+del %thirdpartyGeneration%\thirdparty_source\qt-4.7.3.zip
+@echo off
+echo --------Renaming Folder------------
+@echo on
+rename qt-everywhere-opensource-src-4.7.3 4.7.3
+@echo off
+echo ----------Installing---------------
+@echo on
+cd 4.7.3
+echo y | configure -%buildType% -opensource -shared -qt-sql-sqlite -phonon -phonon-backend -platform win32-msvc2010 -mp
+nmake
+cd C:\
+@echo off
+echo ------End QT Installation----------
 
+echo -----------------------------------
+echo -----wxWidgets Installation--------
+echo -----------------------------------
+echo -------Setting Variables-----------
+@echo on
+set WXDIR=%thirdpartyGeneration%\thirdparty_source\wxWidgets\2.9.2\
+@echo off
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source
+md wxWidgets\2.9.2
+cd wxWidgets\2.9.2
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\wxWidgets-2.9.2.7z
+del %thirdpartyGeneration%\thirdparty_source\wxWidgets-2.9.2.7z
+@echo off
+echo ----------Installing---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\wxWidgets\2.9.2\build\msw
+nmake -f makefile.vc BUILD=%buildType% UNICODE=1 SHARED=1
+cd C:\
+@echo off
+echo ----End wxWidgets Installation-----
 
+echo -----------------------------------
+echo ------Boost Installation-----------
+echo -----------------------------------
+echo -------Setting Variables-----------
+@echo on
+set BOOSTDIR=%thirdpartyGeneration%\thirdparty_source\Boost\1.47.0\
+@echo off
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\
+md Boost\
+cd Boost\
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\boost_1_47_0.7z
+del %thirdpartyGeneration%\thirdparty_source\boost_1_47_0.7z
+@echo off
+echo --------Renaming Folder------------
+@echo on
+rename boost_1_47_0 1.47.0
+@echo off
+echo ----------Installing---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\Boost\1.47.0\
+call bootstrap.bat
+@echo off
+if %PROCESSOR_ARCHITECTURE%==x86 (
+@echo on
+  b2.exe --toolset=msvc-10.0 --build-type=complete stage
+@echo off
+) else (
+@echo on
+cd stage
+  b2.exe --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=64 stage
+@echo off
+)
+@echo on
+cd C:\
+@echo off
+echo -----End Boost Installation--------
 
-rem -------------  itk  --------------------
+echo -----------------------------------
+echo -------ITK Installation------------
+echo -----------------------------------
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source
+%zipPath% x InsightToolkit-3.20.0.zip
+del InsightToolkit-3.20.0.zip
+@echo off
+echo ----------Installing---------------
+@echo on
 cd  %binpath%
 mkdir %itk%Bin
 cd %itk%Bin
-cmake -G"Visual Studio 9 2008 Win64" -H%sourcepath%\%itk% -B%binpath%\%itk%Bin 
+cmake -G"Visual Studio 10" -H%sourcepath%\%itk% -B%binpath%\%itk%Bin 
 cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%itk%\ -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D ITK_USE_REVIEW:BOOL=ON CMakeCache.txt
 cmake -D USE_DEBUG_LIB:BOOL=%buildType% CMakeCache.txt
 cmake CMakeCache.txt
-call %vcvarsall%
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
-FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%buildType% INSTALL.vcproj
-
+msbuild /p:Configuration=%buildType% INSTALL.vcxproj
+cd c:\
+@echo off
+echo ------End ITK Installation---------
 
+echo -----------------------------------
+echo ------XERCES Installation----------
+echo -----------------------------------
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source
+%zipPath% x xerces-c-3.1.1.zip
+del xerces-c-3.1.1.zip
+@echo off
+echo ----------Installing---------------
+@echo on
+cd  %sourcepath%\%xercesc%\projects\Win32\VC10\xerces-all
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=build
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
+msbuild /p:Configuration=%buildType% INSTALL.vcxproj
+@echo off
+echo -----End XERCES Installation-------
 :next
-
-set
-pause
-
-rem -------------  vtk  --------------------
+echo -----------------------------------
+echo -------VTK Installation------------
+echo -----------------------------------
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source\
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\vtk-5.8.0.tar.gz
+%zipPath% x %thirdpartyGeneration%\thirdparty_source\vtk-5.8.0.tar
+cd %thirdpartyGeneration%\thirdparty_source\VTK
+del %thirdpartyGeneration%\thirdparty_source\VTK-5.8.0.tar.gz
+del %thirdpartyGeneration%\thirdparty_source\VTK-5.8.0.tar
+@echo off
+echo ----------Installing---------------
+@echo on
 cd  %binpath%
 mkdir %vtk%Bin
 cd %vtk%Bin
-cmake -G"Visual Studio 9 2008 Win64"  -H%sourcepath%\%vtk% -B%binpath%\%vtk%Bin 
-cmake -D USE_DEBUG_LIB:BOOL=$buildType -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%vtk%\ CMakeCache.txt
+cmake -G"Visual Studio 10"  -H%sourcepath%\%vtk% -B%binpath%\%vtk%Bin 
+cmake -D USE_DEBUG_LIB:BOOL=%buildType% -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%vtk%\ CMakeCache.txt
 cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D VTK_USE_QT:BOOL=ON CMakeCache.txt
 cmake CMakeCache.txt
-call %vcvarsall%
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
-FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%buildType% INSTALL.vcproj
+msbuild /p:Configuration=%buildType% INSTALL.vcxproj
+cd c:\
+@echo off
+echo ------End VTK Installation---------
 
+echo -----------------------------------
+echo -------GDCM Installation-----------
+echo -----------------------------------
+echo -------Setting Variables-----------
+echo ----------Extracting---------------
+@echo on
+cd %thirdpartyGeneration%\thirdparty_source
+%zipPath% x gdcm.tar.gz
+%zipPath% x gdcm.tar
+del gdcm.tar.gz
+del gdcm.tar
+@echo off
+echo ----------Installing---------------
+@echo on
+cd  %binpath%
+mkdir %gdcm%Bin
+cd %gdcm%Bin
+cmake -G"Visual Studio 10"  -H%sourcepath%\%gdcm% -B%binpath%\%gdcm%Bin
+cmake -D USE_DEBUG_LIB:BOOL=%buildType% -D CMAKE_INSTALL_PREFIX:PATH=%installpath%\%gdcm%\ CMakeCache.txt
+cmake -D VTK_DIR:PATH=%binpath%\%vtk%Bin -D GDCM_VTK:BOOL=ON -D BUILD_TESTING:BOOL=OFF -D GDCM_NAME_SPACE:STRING=gdcm13 CMakeCache.txt
+cmake CMakeCache.txt
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
+msbuild /p:Configuration=%buildType% INSTALL.vcxproj
+cd c:\
+@echo off
+echo -----End GDCM Installation---------
+@echo on
+cd c:\
 pause