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

From Slicer Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
Leveraging the [http://www.cmake.org/cmake/help/v2.8.8/cmake.html#module:ExternalProject ExternalProject] module provided by [[{{tool|logo|cmake}}|x16px]] [{{tool|homepage|cmake}} CMake], Slicer SuperBuild system allows developers to quickly install and configure the multiple open-source packages and libraries it depends on.
 
Leveraging the [http://www.cmake.org/cmake/help/v2.8.8/cmake.html#module:ExternalProject ExternalProject] module provided by [[{{tool|logo|cmake}}|x16px]] [{{tool|homepage|cmake}} CMake], Slicer SuperBuild system allows developers to quickly install and configure the multiple open-source packages and libraries it depends on.
 
;[[Documentation/{{documentation/version}}/Developers/DirectoryStructure|Directory Structure]]
 
: Where files are located in the build tree and install tree.
 
  
 
;[[Documentation/{{documentation/version}}/Developers/Versioning|Versioning]]
 
;[[Documentation/{{documentation/version}}/Developers/Versioning|Versioning]]

Revision as of 17:52, 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.
Qt Plugins
How to build and load Qt plugins.
Factory
Current configuration of Slicer's factory machines.
Build ExtensionsIndex