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

From Slicer Wiki
Jump to: navigation, search
m
(Moved to readthedocs)
Tag: 2017 source edit
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>{{documentation/versioncheck}}</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