Hi Urban, Welcome to MITK!
The tutorial code is not build by default when you build your own project. As you might have realized, your project is set-up as a "super-build", meaning that it is able to download, configure, and build its dependencies. Your project has a dependency on "MITK", and the CMake variable "MITK_BUILD_EXAMPLES" is available in your projects main build directory. If your main build-directory is called "AwesomeProject-superbuild", enabling the MITK_BUILD_EXAMPLES variable in the CMake configuration for that directory and building the "superbuild project" will build the example executables inside the AwesomeProject-superbuild/MITK-build/bin directory. Best, Sascha On 07/01/2013 09:15 AM, Urban Simoncic wrote: > Hello, > > I just started with MITK with the intention to use it for my > application. I followed the > http://docs.mitk.org/2013.03.2/HowToNewProject.html and successfully > build the "AwesomeApp". I want to compile the tutorials > http://docs.mitk.org/2013.03.2/Step00Page.html but I don't understand > how to proceed. Tutorial says that I have to build examples like the > MITK application. So, shall I build what is in the subfolder MITK in the > AwesomeProject-superbuild folder? > > Sorry for novice question, as I have no experiences with so > comprehensive C++ projects. > > Thanks, > Urban > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
