Difference between revisions of "Documentation/4.0/Developers"
From Slicer Wiki
Line 19: | Line 19: | ||
|valign="top"| | |valign="top"| | ||
− | ===Overview of the | + | ===Introduction=== |
+ | ---- | ||
+ | <!-- | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Overview | Overview]] | ||
+ | : Overview of the development process. | ||
+ | --> | ||
===Compile/Install=== | ===Compile/Install=== | ||
---- | ---- | ||
− | + | * [[Documentation/{{documentation/version}}/Developers/Git | Git Instructions]] | |
− | * [[Documentation/{{documentation/version}}/Developers/Git| Git Instructions]] | ||
: Git is the revision control system that Slicer uses. If you would like to have the bleeding edge version of Slicer, or you would like to contribute code, this link describes the method you must use to get the code. | : Git is the revision control system that Slicer uses. If you would like to have the bleeding edge version of Slicer, or you would like to contribute code, this link describes the method you must use to get the code. | ||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Build Instructions|Building instructions]] | * [[Documentation/{{documentation/version}}/Developers/Build Instructions|Building instructions]] | ||
: Compiling and installing Slicer from source. | : Compiling and installing Slicer from source. |
Revision as of 15:17, 21 November 2011
Home < Documentation < 4.0 < DevelopersDevelopers Information
Requirements for Modules
- The module is feature complete, i.e. it does everything that it advertises
- The module has a test. See here for more information.
- The module is fully documented. Template and How-to for the end user documentation.
- The module complies with Rons rules for tool and the style guide lines, including color palette.
- Use the logos in the Logo Gallery
IntroductionCompile/Install
Mailing List
Design & Implementation
|
HOW TO
|
Miscellaneous
|