Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 18: | Line 18: | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{updated}} | : [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{updated}} | ||
: [[Documentation/{{documentation/version}}/Developers/Build_Module|Build module outside of Slicer source tree]] | : [[Documentation/{{documentation/version}}/Developers/Build_Module|Build module outside of Slicer source tree]] | ||
+ | : [[Documentation/{{documentation/version}}/Developers/Build_system/Remote_Module|Add or Update a Remote module]] {{new}} | ||
<hr> | <hr> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] | ||
− | |||
<hr> | <hr> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] |
Revision as of 07:03, 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 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
- 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 NEW
- Build an ExtensionsIndex NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks - VTK, Python and reference counting