<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.8%2FDevelopers%2FTutorials%2FContribute_Extension_Description_File_using_Extension_Wizard</id>
	<title>Documentation/4.8/Developers/Tutorials/Contribute Extension Description File using Extension Wizard - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.8%2FDevelopers%2FTutorials%2FContribute_Extension_Description_File_using_Extension_Wizard"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Developers/Tutorials/Contribute_Extension_Description_File_using_Extension_Wizard&amp;action=history"/>
	<updated>2026-04-07T19:25:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.8/Developers/Tutorials/Contribute_Extension_Description_File_using_Extension_Wizard&amp;diff=55208&amp;oldid=prev</id>
		<title>UpdateBot: Nightly -&gt; 4.8</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.8/Developers/Tutorials/Contribute_Extension_Description_File_using_Extension_Wizard&amp;diff=55208&amp;oldid=prev"/>
		<updated>2017-10-18T07:01:36Z</updated>

		<summary type="html">&lt;p&gt;Nightly -&amp;gt; 4.8&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
This page describes how to easily contribute an extension description file using the [[Documentation/{{documentation/version}}/Developers/ExtensionWizard|ExtensionWizard]]. The wizard automates the manual steps documented [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|here]].&lt;br /&gt;
&lt;br /&gt;
It will automatically generate the extension description file (&amp;lt;code&amp;gt;.s4ext&amp;lt;/code&amp;gt;) based on the &amp;lt;code&amp;gt;CMakeLists.txt&amp;lt;/code&amp;gt; in the extension directory.&lt;br /&gt;
&lt;br /&gt;
= Definitions =&lt;br /&gt;
&lt;br /&gt;
* '''Extension description file''': This is a text file with extension &amp;lt;code&amp;gt;.s4ext&amp;lt;/code&amp;gt; that fully described an extension. More details [[Documentation/{{documentation/version}}/Developers/Extensions/DescriptionFile|here]].&lt;br /&gt;
&lt;br /&gt;
* '''ExtensionsIndex''': This is a repository containing a list of extension description files &amp;lt;code&amp;gt;*.s4ext&amp;lt;/code&amp;gt;. These description files are used by the Slicer extensions build system to build, test, package and upload extensions on the extensions server. More details [[Documentation/{{documentation/version}}/Developers/Extensions/Index|here]]&lt;br /&gt;
&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
&lt;br /&gt;
* Extension belongs to Category 1 or Category 2 as described in [[Documentation/{{documentation/version}}/Extensions/CatalogPolicies|Slicer requirements]]&lt;br /&gt;
* Extension has been built, tested and installed on at least one platform (Linux, MacOSX or Windows)&lt;br /&gt;
&lt;br /&gt;
= Conventions =&lt;br /&gt;
&lt;br /&gt;
* Terminal command - Block like the one below indicates that the command should be executed in a terminal. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type:none; border-left:thick solid darkgreen; padding-left:1em;&amp;quot;&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;On '''Windows''', Git Bash is expected (not the Windows command line). [https://help.github.com/articles/set-up-git#platform-windows Need help ?]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{pre2|&amp;lt;nowiki&amp;gt;$ echo &amp;quot;This is a command&amp;quot;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
= Contributing a new extension / Requesting an extension update =&lt;br /&gt;
&lt;br /&gt;
Typing this command will create a pull request on ExtensionsIndex repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type:none; border-left:thick solid red; padding-left:1em;&amp;quot;&amp;gt;  &lt;br /&gt;
&amp;lt;li&amp;gt;Make sure the latest changes associated with your extension have been pushed in your extension repository.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extensions built against Slicer trunk ==&lt;br /&gt;
&lt;br /&gt;
{{pre2|&amp;lt;nowiki&amp;gt;$ bin/slicerExtensionWizard --contribute ~/src/Slicer-MyExtension/&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== Extensions build against Slicer {{Documentation/currentversion}} ==&lt;br /&gt;
&lt;br /&gt;
{{pre2|&amp;lt;nowiki&amp;gt;$ bin/slicerExtensionWizard --contribute --target &amp;lt;/nowiki&amp;gt;{{Documentation/currentversion}}&amp;lt;nowiki&amp;gt;  ~/src/Slicer-MyExtension/&amp;lt;/nowiki&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>UpdateBot</name></author>
		
	</entry>
</feed>