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

From Slicer Wiki
Jump to: navigation, search
m
m
Line 14: Line 14:
 
: 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]]
 
;[[Documentation/{{documentation/version}}/Developers/FactoryDashboardSetup |Factory Dashboard setup]]
 
: Provide a general overview of the slicer application and extensions dashboard script organization
 
: Provide a general overview of the slicer application and extensions dashboard script organization
 +
-->
  
 
;[[Documentation/{{documentation/version}}/Developers/Build system/Qt resource files|Qt resource files]]
 
;[[Documentation/{{documentation/version}}/Developers/Build system/Qt resource files|Qt resource files]]

Revision as of 07:03, 12 November 2015

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.
Release Process
Step-by-step guide to create Slicer release
Factory description
Current configuration of Slicer's factory machines.
Build ExtensionsIndex
How to build an ExtensionsIndex (collection of extension description files) ?


Qt resource files
Describes the genqrc.py tool for automatic generation/updating of Qt resource scripts.
SlicerBot
Describes the SlicerBot and how a machine can be become a SlicerBot.