计算机环境: win7 64bit, Python 2.7 64位, VTK5.8.0,VS2010
1,下载 CMake,选择最新版本。
地址
我选择的是 cmake-3.0.0-win32-x86.exe. 然后安装。一路next即可。
2,下载itk
地址: http://www.itk.org/ITK/resources/software.html
我选择的是 InsightToolkit-4.5.2.zip
新建一个D:\ITK_source目录,将itk下载到该目录下并且解压到当前文件夹。
3, D 盘新建两个文件夹:
D:\I_VTK\ITK_temp_file 用于存放cmake产生的ITK项目文件
D:\I_VTK\ITK 用于保存编译成功后的bin, include, lib等文件
多建立一个 I_VTK目录是为了VTK也可编译在I_VTK这个目录下,为了以后ITK和VTK的混合编程。
4, 打开Cmake进行设置
where is the source code 选择D:/ITK_source/InsightToolkit-4.5.2
where to build the binaries 选择 D:/I_VTK/ITK_temp_file
点击Configure,选择编译器:Visual studio 10 2010 Win64