Difference between revisions of "Documentation/Nightly/Developers/Extensions/BuildSystem"

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
(Moved to readthedocs)
Tag: 2017 source edit
 
Line 1: Line 1:
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<noinclude>{{documentation/versioncheck}}</noinclude>
<noinclude>
 
= Extensions build system =</noinclude>
 
  
The extensions build system allows to drive the build, test, packaging and upload of slicer
+
{{documentation/banner
extensions.
+
| text  = [https://slicer.readthedocs.io/en/latest/developer_guide/extensions.html#extensions-build-system This page has been moved to read-the-docs.]
 
+
| background-color = 8FBC8F }}
Using the [https://github.com/Slicer/Slicer/tree/master/Extensions/CMake extensions build system source code] living in the
 
Slicer source tree, it is possible to build extensions using two different approaches:
 
 
 
# Manual build
 
# Dashboard driven build
 

Latest revision as of 06:30, 2 September 2021

Home < Documentation < Nightly < Developers < Extensions < BuildSystem