Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
(Removed reference to obsolete Matlab/Slicer communication project page) |
m |
||
Line 27: | Line 27: | ||
: [[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|Update an extension description file]]{{new}} | ||
: [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]]{{new}} {{wip}} | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]]{{new}} {{wip}} | ||
<hr> | <hr> |
Revision as of 16:39, 26 September 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 NEW
- 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 NEW
- Obtain an API key to submit on the extension server
- Contribute an extension description file NEW
- Update an extension description file NEW
- Build an ExtensionsIndex NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks