Difference between revisions of "Documentation/4.10/Developers/Tutorials"

From Slicer Wiki
Jump to: navigation, search
(Nightly -> 4.10)
 
(No difference)

Latest revision as of 00:43, 19 October 2018

Home < Documentation < 4.10 < Developers < Tutorials


For the latest Slicer documentation, visit the read-the-docs.


Migration Guide

How to update Slicer extension code following breaking changes in Slicer or dependent toolkits (VTK, ITK, Qt, ...)

Source code How-tos

How to checkout the source and contribute patches

Module How-tos

How to create or build modules, how to add or update remote modules

Testing How-tos

How to write tests and manage testing data

Documentation How-tos

How to document module or extension

Extension How-tos

How to contribute, build or package extensions

Misc How-tos

How to setup QtCreator, setup dashboard, work with QtDesigner, port modules

Debugging How-tos

How to debug Slicer, troubleshoot crash or memory leaks