Revision 38b22f7bf846544d8054ac93e1925a0209768ad6 authored by Konrad Werys on 08 August 2019, 11:35:05 UTC, committed by Konrad Werys on 08 August 2019, 11:35:05 UTC
1 parent ded8e4d
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