Difference between revisions of "Development"

From mitk.org
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
__NOTOC__
+
Please start with our [http://docs.mitk.org/nightly/DeveloperManualPortal.html Developer Manual].
There is a section [http://docs.mitk.org/nightly-qt4/DeveloperManualPortal.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 ==
  
* [http://docs.mitk.org/nightly-qt4/HowToNewProject.html Setting up your own MITK based project]
 
* [http://cdash.mitk.org Dashboard]
 
* [[Roadmap]]
 
* [[Download|GIT access]]
 
 
* [https://github.com/MITK MITK on GitHub]
 
* [https://github.com/MITK MITK on GitHub]
* [http://mitk.org/git/?p=MITK.git;a=summary Gitweb interface on mitk.org]
+
* [[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
 
* [http://docs.mitk.org/nightly-qt4/DeploymentPage.html How to deploy MITK applications]
 
* [[How_to_contribute| How to Contribute]]
 
* [[Contributors| List of contributors]]
 
<!--* Ongoing and finished modifications of the Core library: [[ChangeRequests]]-->
 

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