If your OS does not provide packages for ITK,VTK, and QT, you may have
to compile them for your own (like on Windows):

 

-          Download ITK, VTK, QT to separate directories (e.g. on
Windows: C:\source\ITK3.14 and so on)



-          Compile QT as described in the QT Docu. In contrast to ITK
and VTK, no Cmake is required and the QT binaries will be placed under
the same folder as the sources.

 

-          Configure ITK and VTK using Cmake; then you will get binary
directories with adequate project/make files for your IDE/compiler (e.g.
on Windows C:\binaries\ITK3.14 containing a .sln visual studio solution
file). 
ITK may be configured with default settings, but set
BUILD_SHARED_LIBS=ON. 
Compile ITK and VTK.



-          Download MITK sources. Configure MITK with Cmake (you may
leave defaults, but ensure that BUILD_SHARED_LIBS=ON). Set the path to
your ITK and VTK binary directories (ITK_DIR and VTK_DIR).
QT will be found automatically, if your environment has the QTDIR
variable set to the QT folder. (On Windows, you may type "SET
QTDIR=C:\Binaries\QT4.5" in a DOS box before starting Cmake via the
"cmake-gui.exe" command).

After Cmake generation completes, you can compile MITK including its
MainApp. On Windows, you may use one of the batch files in the
/mitkBinary/bin directory (e.g. startCoreApp_debug.bat) to start an MITK
application.

 

 

You also may have a look at
http://docs.mitk.org/nightly/BuildInstructionsPage.html . I scheduled a
bug at bugs.mitk.org to update our build instructions. You can follow
the bug by observing bug number #2310.

 

Regards,

 

Matthias 

 

From: Albert King [mailto:[email protected]] 
Sent: Monday, July 20, 2009 2:48 PM
To: Baumhauer Matthias
Cc: [email protected]
Subject: *****SPAM***** Re: [mitk-users] Building MITK PROBLEM WITH
vtk_parallel and vtk _hybrid

 

Hi Baumhauer Matthias,

 

Thanks a lot for the reply.Can you please tell me how to build mitk with
vtk and the variables that are to be turned on.By the way Iam not
finding any hybrid  variable incmake window.

 


 

 

________________________________

From: Baumhauer Matthias <[email protected]>
To: [email protected]
Cc: Albert King <[email protected]>
Sent: Monday, July 20, 2009 5:28:53 PM
Subject: RE: [mitk-users] Building MITK PROBLEM WITH vtk_parallel and
vtk _hybrid

Dear Albert,

 

attached you can find a typical VTK configuration, which we use in our
department..

 

VTK_USE_MPI is not required. 

BUILD_SHARED_LIBS, VTK_USE_RENDERING, VTK_USE_PARALLEL,
VTK_USE_GUISUPPORT and VTK_USE_QVTK have to be enabled..

 

Regards,

Matthias

 

  

 

From: Albert King [mailto:[email protected]] 
Sent: Monday, July 20, 2009 11:18 AM
To: [email protected]
Subject: [mitk-users] Building MITK PROBLEM WITH vtk_parallel and vtk
_hybrid

 

Hi All,

 

I am trying to build mitk 0.12.2.My vtk is vtk 5.4.2 and CMake 2.6.In
mitk build instructions it specfies that vtk should be built with
vtk_parallel and vtk _hybrid on ,but In my cmake variable lists I am not
able to find vtk _hybrid .

 

When I set VTK_Parallel variable on it inturn asks for MPI
libraries.Where can i find MPI libraries, is it necessary to use mpi
libraries to build mitk ,if so where can I find MPI libraries and how to
install it.Thanks in Advance.Please Help

 

 

Regards

 

Albert

 

 

 

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to