Difference between revisions of "Development"

From mitk.org
Jump to navigation Jump to search
 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= Development information =
+
Please start with our [http://docs.mitk.org/nightly/DeveloperManualPortal.html Developer Manual].
  
There is a section [http://docs.mitk.org/nightly-qt4/Development.html Development with MITK] in the Doxygen documentation.
+
We then highly recommend to use MITK as a framework and start with our [https://github.com/MITK/MITK-ProjectTemplate template repository on GitHub] for new projects.
  
Useful links:
+
== Useful links ==
  
* [[Download|SVN access]]
+
* [https://github.com/MITK MITK on GitHub]
 +
* [[How_to_contribute| How to Contribute]]
 +
* [http://cdash.mitk.org CI build status]
 +
* [[BugTracking]]
 
* [[License]]
 
* [[License]]
* [[Build_requirements|Build Requirements]]
 
* [http://docs.mitk.org/nightly-qt4/TutorialPage.html MITK Tutorial]
 
* [http://docs.mitk.org/nightly-qt4/index.html Class documentation]
 
* [[Interaction_concept|Interaction]] concept of MITK
 
* [[Undo_concept|Undo/Redo]] concept of MITK
 
* [[Deployment|How to deploy MITK applications]]
 
* [[How_to_contribute| How to Contribute]]
 

Latest revision as of 12:17, 11 February 2021

Please start with our Developer Manual.

We then highly recommend to use MITK as a framework and start with our template repository on GitHub for new projects.

Useful links