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

From Slicer Wiki
Jump to: navigation, search
(4.0 -> 4.1)
 
Line 1: Line 1:
 +
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]]
 
;[[Documentation/{{documentation/version}}/Developers/DirectoryStructure|Directory Structure]]
 
: Where files are located in the build tree and install tree.
 
: Where files are located in the build tree and install tree.

Revision as of 03:29, 5 June 2012

Home < Documentation < 4.1 < Developers < Build system

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.