博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ITK 4.8.1 Qt 5.4 MinGW 4.9.1 Configuration 配置
阅读量:6950 次
发布时间:2019-06-27

本文共 1047 字,大约阅读时间需要 3 分钟。

 

Download ITK 4.8.1

Download Qt 5.4 with MinGW 4.9.1

Download CMake 3.2.0

 

I assume you've already installed Qt 5.4 with MinGW 4.9.1 and CMake 3.2.0 correctly.

Please intall and configure VTK before the following steps, here is the blog for VTK: .

 

Start CMake 3.2.0, fill the source and destination:

source: C:/ITK4.8.1/InsightToolkit-4.8.1

destination: C:/ITK4.8.1/build

Click Configure and use MinGW Makefiles to complie.

 

When first configure is done, select Grouped and Advanced.

BUILD_EXAMPLES          [ON]  BUILD_TEST              [ON]  CMAKE_INSTALL_PREFIX    [C:/ITK4.8.1/MinGW]  ITKV3_COMPATIBILITY     [ON]  Module_ITKVtkGlue       [ON]  VTK_DIR                 [C:/VTK6.3.0/MinGW/lib/cmake/vtk-6.3]  Module_ITKReview        [ON]

 

click Configure again.

After configure is done (No errors show), click Generate.

 

Go back to your build folder, open command line, type: mingw32-make

Wait a long time for make process, have a cup of coffee :)

After make is done, type mingw32-make install

 

Now, the configuration is done, enjoy it :)

 

References:

 

转载地址:http://tvkil.baihongyu.com/

你可能感兴趣的文章
nginx 配置支持think php url模式
查看>>
我的友情链接
查看>>
centos7.2下搭建CDH5.8.3
查看>>
Django返回json数据
查看>>
橡皮泥_愤怒的小鸟
查看>>
虚拟机性能测试:六 Oracle VM VirtualBox
查看>>
加班真的有意义吗
查看>>
Redis
查看>>
测试代码插件
查看>>
CentOS6.5最小化安装,自定义安装包
查看>>
hello world!
查看>>
从ASM迁移到ARM(1):平台支持的迁移服务
查看>>
扩展jQuery easyui datagrid增加动态改变列编辑的类型
查看>>
通过Linux shell实现的花生壳动态域名解析(DDNS)
查看>>
Mysql 生成按月份统计SQL语句,为null设置为0
查看>>
驰骋工作流程引擎回答湖南朋友的21个问题
查看>>
使用htmlPurifier 过滤输入能不能不要把&转义成&
查看>>
6、OC —— 内存管理基本概念
查看>>
在多台linux主机上执行相同的命令
查看>>
1.6的锁优化(适应性自旋/锁粗化/锁削除/轻量级锁/偏向锁)
查看>>