Hi,

I found MITK 4 days ago. My goal is to use it as a toolkit to develop a Qt
UI.

I manage to successfully built from source, storing it at:
*~/MITK-superbuild.*
Tested almost all examples sucessfully. *MitkStep8* was the exception,
returns: segmentation fault. *MitkWorkbench is also working fine.*

Now I want to compile a simple HelloWorld example as described here
<http://docs.mitk.org/2016.11/BuildInstructionsPage.html#BuildInstructions_As_Toolkit>.
But running CMake returns an error saying that MITK was not found.

Essentially my problem is the same as this unanswered stackoverflow
question: How to use MITK as a library
<https://stackoverflow.com/questions/58161124/how-to-use-mitk-as-a-library>.
Reading the comments the author gave up and resorted to the template
method.

I learned here <https://stackoverflow.com/a/20857070/5901259> the
difference between *Module* and *Config *mode for CMake. If I understand
correctly, the example is in *Module *mode. I tried some custom changes to
operate in *Config *mode without success*.*

My goal is to create many simple interfaces, but generating a template
project for each one doesn't seems the easiest way. Am I wrong? I just want
to find out which is the easiest way to use MITK as a toolkit, speeding up
my workflow, as I will be making a lot o projects from now on.

Appreciate your attention.
<https://stackoverflow.com/questions/58161124/how-to-use-mitk-as-a-library>
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to