Hi Abdul, creating a new project using the generator will create a source directory, which will contain your own plugins/modules/applications. For a quick "hello world" kind of test you can use the plugin generator to generate a new plugin, copy it to the MITK/Plugins/ folder and enter it into the PluginList.cmake .
Then you can switch on the plugin in your cmake configuration. More detailed information can be found here [1]. Best, Caspar [1] http://docs.mitk.org/nightly-qt4/NewPluginPage.html ________________________________________ Von: Abdul SW84 [[email protected]] Gesendet: Donnerstag, 3. Juli 2014 15:44 An: Goch, Caspar Jonas Cc: [email protected] Betreff: Re: [mitk-users] Where is my cloned MITK? Dear Caspar, Thanks a lot for your kind replies. The build worked very nice. But, for the case of creating a new project, I really couldn't understand the steps well. Say I want to simply make a "Hello World!" program, what should I do? I tried the steps in the link you sent me, but still not able to work with that. Appreciate if you can guide me on that. Thanks a lot for your kind patience. On Thu, Jul 3, 2014 at 1:18 PM, Goch, Caspar Jonas <[email protected]<mailto:[email protected]>> wrote: Hi Abdul, If you want to use Visual Studio just follow the steps at [1], using the cmake-gui, and select your visual studio version as generator when configuring. You will then need to do a superbuild: “Windows users using Visual Studio can open the generated MITK-superbuild.sln solution file in the MITK-superbuild directory and start the build by building the BUILD_ALL project.” Once this is done you can take a look here [2] to create your own project using MITK. If you want to start Visual Studio already correctly configured to take a look around in the MITK source code you can use the batch files we provide in the MITK-build directory (StartVS_release.bat ). Best, Caspar [1] http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html#BuildInstructions_Build_With_CMake [2] http://docs.mitk.org/nightly-qt4/HowToNewProject.html Von: Abdul SW84 [mailto:[email protected]<mailto:[email protected]>] Gesendet: Donnerstag, 3. Juli 2014 12:23 An: Goch, Caspar Jonas Cc: [email protected]<mailto:[email protected]> Betreff: Re: [mitk-users] Where is my cloned MITK? Dear Caspar. Thanks a lot for your kind reply. Yes, I downloaded the release version, and now have what is called an "MITK workbench". The issue is that I don't know how to start developing my algorithms using MITK. What should I do now? I remember in ITK I used visual studio for instance to setup the environment. How do I setup the MITK environment? Thanks a lot. On Thu, Jul 3, 2014 at 11:03 AM, Goch, Caspar Jonas <[email protected]<mailto:[email protected]>> wrote: Hi Abdul, there should now be a „MITK“ subdirectory in whatever working directory you ran the “git clone http://git.mitk.org/MITK.git“ command from. However, if you are entirely unfamiliar with git, you might want to consider reading a general git tutorial ( e.g. [1]) or, if you do not intend to use git, you could download a packaged version of the source code [2]. The second option will not give you the newest features, but is considerably more stable. Generally I would recommend using a release version of the MITK source, unless you explicitly know that you need certain new features. Best, Caspar [1] https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html [2] http://www.mitk.org/Download Von: Abdul SW84 [mailto:[email protected]<mailto:[email protected]>] Gesendet: Mittwoch, 2. Juli 2014 17:13 An: [email protected]<mailto:[email protected]> Betreff: [mitk-users] Where is my cloned MITK? I'm going through this tutorial: http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html#BuildInstructions_Prerequisites I have performed the following command to clone `MITK`: git clone http://git.mitk.org/MITK.git I'm using a `Windows` machine. Where can I find the cloned directory on my machine? Thanks. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
