Difference between revisions of "Documentation/4.1/Developers/Tutorials/BuildTestPackageDistributeExtensions"
From Slicer Wiki
(Added a wiki page for describing procedures related to extensions (this allows easy editing by anyone and avoids directly linking to an external site at many places)) |
m (moved Build, test, package and distribute extensions to Documentation/4.1/Extensions/Build, test, package and distribute extensions: Add documentation version to the page title) |
(No difference)
|
Revision as of 18:15, 9 August 2012
Home < Documentation < 4.1 < Developers < Tutorials < BuildTestPackageDistributeExtensionsCreate a new extension and adding it to the extension index
Requesting an extension version update
Prepare an update repository/branch
- Create a branch named update-<YourExtensionName> in the clone of your forked ExtensionsIndex
- Regenerate the <YourExtensionName>.s4ext file by configuring your extension with CMake
- Commit the <YourExtensionName>.s4ext file to your cloned ExtensionIndex repository (provide a meaningful commit comment)
- Push modifications to your ExtensionIndex fork on github
- Submit a pull request to https://github.com/Slicer/ExtensionsIndex (provide a meaningful commit comment)