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

From Slicer Wiki
Jump to: navigation, search
m (Created page with '<noinclude> = Extensions build system =</noinclude> The extensions build system allows to drive the build, test, packaging and upload of slicer extensions. Using the [https:/…')
 
(Moved to readthedocs)
Tag: 2017 source edit
 
(2 intermediate revisions by 2 users 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:
 
 
 
1. Manual build
 
2. Dashboard driven build
 

Latest revision as of 06:30, 2 September 2021

Home < Documentation < Nightly < Developers < Extensions < BuildSystem