]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
DFCH: Script with the last VTK update (GDCM still doesn't work :s :s)
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
1
2 set thirdpartyGeneration=<directory where you want to generate>
3 set buildType=<debug|release|RelWithDebInfo>
4
5 cd scripts
6 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% 
7 cd ..
8