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

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
m
Line 13: Line 13:
 
;[[Documentation/{{documentation/version}}/Developers/Factory|Factory]]
 
;[[Documentation/{{documentation/version}}/Developers/Factory|Factory]]
 
: Current configuration of Slicer's factory machines.
 
: Current configuration of Slicer's factory machines.
 +
 +
;[[Documentation/{{documentation/version}}/Developers/ExtensionsBuildSystem|Extensions build system]]
 +
: Details about the extensions build system.

Revision as of 17:39, 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.

Directory Structure
Where files are located in the build tree and install tree.
Versioning
Convention to name Slicer packages.
Qt Plugins
How to build and load Qt plugins.
Factory
Current configuration of Slicer's factory machines.
Extensions build system
Details about the extensions build system.