Difference between revisions of "Documentation/4.0/Developers"

From Slicer Wiki
Jump to: navigation, search
m
Line 40: Line 40:
  
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]]
: How to debug Slicer (linux-only).
+
: How to debug Slicer.
  
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]]

Revision as of 17:05, 2 November 2011

Home < Documentation < 4.0 < Developers

Documentation

Developers Information

Compile/Install


Compiling and installing Slicer from source.

Mailing List


Intended for the discussion of programming related questions.

HOW TO


Setup QtCreator with Slicer
See also presentation QtPortInSlicer - How to write a module
Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
How to debug Slicer.
Prerequisites, Notes, Coding style and step-by-step


Design & Implementation


Objects and their organization. MRML Library provides API for managing medical image data type.
Details how displayable manager works.
Presents the underlying infrastructure.
Details how Slicer is built and packaged.


Miscellaneous


Set of screenshots showing the different Slicer components.
This page serves as a MediaWiki sandbox.