https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision f7738576417ec961920433550ac45e0c2395161e authored by Konrad Werys on 15 August 2019, 15:43:46 UTC, committed by Konrad Werys on 15 August 2019, 15:43:46 UTC
1 parent 57a0aaa
Raw File
Tip revision: f7738576417ec961920433550ac45e0c2395161e authored by Konrad Werys on 15 August 2019, 15:43:46 UTC
feat: added lmfit v4
Tip revision: f773857
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