Difference between revisions of "Documentation/4.1/Developers"

From Slicer Wiki
Jump to: navigation, search
Line 80: Line 80:
 
===Compile/Install===
 
===Compile/Install===
 
----
 
----
* [[Documentation/{{documentation/version}}/Developers/Build Instructions|Building instructions]]
+
* [[Documentation/{{documentation/version}}/Developers/Build Instructions|Slicer application build instructions]]
 
: Compiling and installing Slicer from source.
 
: Compiling and installing Slicer from source.
 +
 +
* [https://github.com/jcfr/ExtensionsIndex/tree/24-ExtensionIndex-add-readme-file#readme Slicer extensions build instructions]
 +
: Build, test, package and distribute extensions
  
 
* [http://slicer.cdash.org/index.php?project=Slicer4 CDash (Quality Dashboard)]
 
* [http://slicer.cdash.org/index.php?project=Slicer4 CDash (Quality Dashboard)]

Revision as of 02:03, 5 June 2012

Home < Documentation < 4.1 < Developers

Developers Information

Note Slicer4 developer documentation is under development with the idea that tutorials and related information will be available to support work at the NA-MIC 2012 Project Week.

Requirements for Modules

Slicer4Announcement-HiRes.png

Introduction


Overview of the development process.

Mailing List & Developer meetings


Intended for the discussion of programming related questions.
Search for priorly posted questions and answers on nabble.com
It is open to everyone, feel free to join.

Miscellaneous


Set of screenshots showing the different Slicer components.
Consistency and Readability for a manageable code base
This page serves as a MediaWiki sandbox.
Pages for the developer projects.


Source Code


svn checkout http://svn.slicer.org/Slicer4/trunk
Source code API documentation.
Web-based code repository viewer.

Compile/Install


Compiling and installing Slicer from source.
Build, test, package and distribute extensions
Nightly, continuous and experimental dashboards.
Informations of Slicer releases

Design & Implementation


Comparison between the different module types supported by Slicer
Objects and their organization. MRML Library provides API for managing medical image data type.
Details the role of logics in Slicer and lists the different types such as displayable managers.
Presents the underlying infrastructure.
Details how Slicer is built and packaged.


How To