2013MITK installation and compilation

Foreword - annoying chatters

Beginner MITK, in the compilation and installation process was the card several times, but fortunately there are many online Raiders, finally solved the problem, to facilitate the smooth installation of the scholar herein, this will be as detailed as possible and the resources required are listed clearly. I first installed the 2017 version are right, but the compiler is not successful, then into 2013, while installed on laptops and desktops, notebooks last successfully compiled through, but desktops still no success.

Environment and software

10 X64 1.Windows
2.VS2013 X64 + UPDATA. 5:
3.Qt5.6.2 the Add-in1.25 the Qt +
4.cmake-3.6.3-Win64 
5.MITK-2016.11 source official website: http: //mitk.org/ wiki / Downloads, MITK + src-source software, and so you will need to configure the source with cmake

6.Git 2.10

There is a need I can send Baidu cloud disk resources, http://docs.mitk.org/2016.11/SupportedPlatformsPage.html check good fit according to the version of the official website

 

Some useful links

http://docs.mitk.org/2016.11/thirdpartylibs.html

https://cmake.org/files/

http://download.qt.io/archive/qt/5.10/5.10.1/

http://www.mitk.org/wiki/Downloads

https://download.qt.io/official_releases/vsaddin/1.2.4/

 

Installation process

I myself was installed in this order:

1.VS2013 installation
2.Qt installation

3.VS2013-add-in plug-in installation

4.cmake installation, download directly open good enough

5.Git installation

 

Compilation

1. The first installed qt:
cmake source and set the installation path binaries
2. configure, have the following questions:

1) for the first time after configure prompted to find Qt, qt manually set path, mine is
C: \ Qt \ Qt5.6.2 \ 5.6 \ msvc2013_64 \ lib \ cmake \ QT5
configure again until the red disappears;

2) By default this process, I did not modify the other;

3). Also my side patch the wrong path, but also manually modified, as well as a testing did not choose, and I put some system environment variables first copy out, and other compiled and pasted back

3.configure done after clicking generate, and then generate done

4. Open vs2013, open MITK superbuild.sln, opened with an administrator
5. Build the solution, the use of release, where relatively long time, it will automatically download and extract compiled third-party libraries, it is recommended prior to manually download it and put it into ep- src, be sure to download the version, in addition to a FibertrackingLUT.tar.gz also need to manually download the appropriate directories.
6. Then compile, there will be some warning, click Save as unicode coding on it

 

After generating success

 1. Open an administrator with VS bin below MITK.sln, right-click the Solution Explorer inside MITKworkbench, select Set as startup project, click on the menu bar - Commissioning - started (not debugging), you can open your own it generated project

2. You can also open the bin-MITK-build-bin inside the startMitkWorkbench_release.bat, so you can open your own project generated

3.src-examples there are some examples you can try, there are already a large coffee to share out step1 generation step, we can look at.

Guess you like

Origin www.cnblogs.com/plren/p/12306964.html