Download FLTK 1.3.3 Download CMake 3.2.0 Start CMake 3.2.0, fill the source and destination: source: C:/FLTK/fltk-1.1.10 destination: C:/FLTK/build Click Configure and use MinGW Makefiles to complie. Change the following item: CMAKE_INSTALL_PREFIX [C…
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: VTK 6.…
Download VTK 6.3.0 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. Pre-process the VTK: Open CMakeLists.txt in your extracted VTK-6.3.0 folder, find set(VTK_US…
Download FLTK 1.3.3 Download VS2010 I assume you've already installed VS2010 correctly. Compile the FLTK: Go to your FLTK 1.3.3 folder (C:\FLTK\fltk-1.3.3\ide\VisualC2010), open fltk.sln, choose Release mode, right click Solution 'fltk' (79 projects)…
Download FLTK 1.1.10 at here. Download VS2010 Download CMake 2.8.12 I assume you've already installed VS2010 and CMake 2.8.12 correctly. Compile the VTK: Start CMake 2.8.12, fill the source and destination: source: C:/FLTK/fltk-1.1.10 destination: C:…
由于项目开发的原因,需要配置QT creator+OpenCV2.4.2+MinGW开发环境,现对配置方法做如下总结: 1. 下载必备软件 QT SDK for Open Source C++ development on Windows(在google上搜索一下官方网站即可找到) OpenCV 2.4.2:目前最新的OpenCV版本,安装之后的目录下面有源码和个版本的lib和dll,不过为避免出现问题,还是自己编译吧. http://sourceforge.net/projects/open…