Revision 745bee4ed1580dc96789a7b7e7607bb38c0e6bc8 authored by Konrad Werys on 16 August 2019, 10:11:41 UTC, committed by Konrad Werys on 16 August 2019, 10:11:41 UTC
1 parent c96fbf0
Raw File
downloadITK_windows.bat
cd ../..
mkdir ITK_install
cd ITK_install
curl -L https://github.com/MRKonrad/build-itk/releases/download/itk_v4.13.2/itk_v4.13.2_windows_%PLATFORM%_%toolset%.zip -o itk_install.zip
7z x -r itk_install.zip
del itk_install.zip

echo "ITK binaries downloaded"
back to top