Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 7: | Line 7: | ||
: [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Git|Commit change sets]] | : [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Git|Commit change sets]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | ||
− | : [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]] | + | : [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]] |
<hr> | <hr> | ||
<!-- | <!-- | ||
− | : [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] |
--> | --> | ||
: [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | : [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | ||
Line 28: | Line 28: | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]{{new}} | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]{{new}} | ||
− | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File#Requesting_an_extension_update|Update an extension description file]] | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File#Requesting_an_extension_update|Update an extension description file]] |
− | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] | + | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]]{{wip}} |
<hr> | <hr> | ||
− | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]] | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]] |
<hr> | <hr> |
Revision as of 07:04, 17 December 2013
Home < Documentation < Nightly < Developers < Tutorials
For the latest Slicer documentation, visit the read-the-docs. |
How To
- Checkout Slicer source NEW
- Setup for Git development NEW
- Commit change sets
- Contribute a patch
- Integrate topic from external contributor
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension UPDATED
- Build module outside of Slicer source tree
- Add or Update a Remote module NEW
- Obtain an API key to submit on the extension server
- Contribute an extension description file NEW
- Update an extension description file
- Build an ExtensionsIndex
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks - VTK, Python and reference counting