Difference between revisions of "Documentation/Nightly/Developers/Build system"

From Slicer Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
: Convention to name Slicer packages.
 
: Convention to name Slicer packages.
 
   
 
   
;[[Documentation/{{documentation/version}}/Developers/Factory|Factory]]
+
;[[Documentation/{{documentation/version}}/Developers/Factory|Factory description]]
 
: Current configuration of Slicer's factory machines.
 
: Current configuration of Slicer's factory machines.
  
 
;[[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build ExtensionsIndex]]
 
;[[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build ExtensionsIndex]]
 
: How to build an ExtensionsIndex (collection of extension description files) ?
 
: How to build an ExtensionsIndex (collection of extension description files) ?
 +
 +
;[[Documentation/{{documentation/version}}/Developers/FactoryDashboardSetup |Factory Dashboard setup]]
 +
: Provide a general overview of the slicer application and extensions dashboard script organization

Revision as of 20:06, 16 August 2013

Home < Documentation < Nightly < Developers < Build system


For the latest Slicer documentation, visit the read-the-docs.


Leveraging the ExternalProject module provided by Logo CMake-PNG.png CMake, Slicer SuperBuild system allows developers to quickly install and configure the multiple open-source packages and libraries it depends on.

Versioning
Convention to name Slicer packages.
Factory description
Current configuration of Slicer's factory machines.
Build ExtensionsIndex
How to build an ExtensionsIndex (collection of extension description files) ?
Factory Dashboard setup
Provide a general overview of the slicer application and extensions dashboard script organization