Difference between revisions of "Documentation/4.1/Developers"
From Slicer Wiki
m |
|||
Line 16: | Line 16: | ||
: Overview of the development process. | : Overview of the development process. | ||
− | === | + | === Resources === |
+ | ---- | ||
+ | * [http://slicer.org/doc/html/classes.html Doxygen] | ||
+ | : Source code API documentation. | ||
+ | |||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk ViewVC] ([http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision last commit]) | ||
+ | : Web-based code repository viewer. | ||
+ | |||
+ | === Getting involved === | ||
---- | ---- | ||
* [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-devel Developers mailing list] | * [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-devel Developers mailing list] | ||
: Intended for the discussion of programming related questions. | : Intended for the discussion of programming related questions. | ||
+ | |||
* [http://slicer-devel.65872.n3.nabble.com/ Developers mailing list archives] | * [http://slicer-devel.65872.n3.nabble.com/ Developers mailing list archives] | ||
: Search for priorly posted questions and answers on nabble.com | : Search for priorly posted questions and answers on nabble.com | ||
+ | |||
* [[Developer_Meetings|Developer meetings]] | * [[Developer_Meetings|Developer meetings]] | ||
: It is open to everyone, feel free to join. | : It is open to everyone, feel free to join. | ||
+ | |||
+ | * [[Slicer4:Developers|Developer Projects]] | ||
+ | : Pages for the developer projects. | ||
===Miscellaneous=== | ===Miscellaneous=== | ||
---- | ---- | ||
− | * [[Documentation/ | + | * [[Documentation/{{documentation/version}}/Developers/ImageGallery|Image gallery]] |
: Set of screenshots showing the different Slicer components. | : Set of screenshots showing the different Slicer components. | ||
Line 35: | Line 48: | ||
* [[Documentation/{{documentation/version}}/Developers/Sandbox|MediaWiki Extensions testing page]] | * [[Documentation/{{documentation/version}}/Developers/Sandbox|MediaWiki Extensions testing page]] | ||
: This page serves as a MediaWiki sandbox. | : This page serves as a MediaWiki sandbox. | ||
− | |||
− | |||
− | |||
Line 51: | Line 61: | ||
|valign="top"| | |valign="top"| | ||
− | === | + | ===Compile / Package=== |
---- | ---- | ||
− | * [ | + | * [https://github.com/Slicer/Slicer Git repository] |
− | : <code> | + | : <code>git clone git://github.com/Slicer/Slicer.git</code> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Build Instructions|Slicer application build instructions]] | * [[Documentation/{{documentation/version}}/Developers/Build Instructions|Slicer application build instructions]] | ||
: Compiling and installing Slicer from source. | : Compiling and installing Slicer from source. |
Revision as of 02:54, 5 June 2012
Home < Documentation < 4.1 < Developers
Introduction
Resources
Getting involved
Miscellaneous
|
Compile / Package
Design & Implementation
|
|