Difference between revisions of "Documentation/4.0/Developers/DirectoryStructure"

From Slicer Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
  
 
= Slicer install and build tree =
 
= Slicer install and build tree =
Line 54: Line 53:
 
   
 
   
 
</pre>
 
</pre>
 +
 +
{{note}} The X and Y in "Slicer-X.Y" stands for "Slicer_MAJOR_VERSION" and "Slicer_MINOR_VERSION"
  
 
= Extension install and build tree =
 
= Extension install and build tree =

Revision as of 19:34, 21 September 2011

Home < Documentation < 4.0 < Developers < DirectoryStructure

Slicer install and build tree

Slicer_HOME
 |
 + bin 
 |
 + lib
 |  |
 |  + Slicer-X.Y
 |      |
 |      + cli-modules
 |      |
 |      + qt-loadable-modules
 |      |
 |      + qt-scripted-modules
 |
 + share
   |
   + Slicer-X.Y
      |
      + cli-modules
      |   |
      |   + CLIModuleName1
      |   |
      .   .
      |   |
      |   + CLIModuleNameN
      |
      + qt-loadable-modules
      |   |
      |   + QtLoadableModuleName1
      |   |
      .   .
      |   |
      |   + QtLoadableModuleNameN
      |
      + qt-scripted-modules
      |   |
      |   + QtScriptedModuleName1
      |   |
      .   .
      |   |
      |   + QtScriptedModuleNameN
      |
      + Tcl
      |
      + ParameterSets
      |
      + ColorFiles
    
 

Note The X and Y in "Slicer-X.Y" stands for "Slicer_MAJOR_VERSION" and "Slicer_MINOR_VERSION"

Extension install and build tree

INSTALL_LOCATION
 |
 + lib
 |  |
 |  + Slicer-X.Y
 |      |
 |      + cli-modules
 |      |
 |      + qt-loadable-modules
 |      |
 |      + qt-scripted-modules
 |
 + share
   |
   + Slicer-X.Y
      |
      + cli-modules
      |   |
      |   + CLIModuleName1
      |   |
      .   .
      |   |
      |   + CLIModuleNameN
      |
      + qt-loadable-modules
      |   |
      |   + QtLoadableModuleName1
      |   |
      .   .
      |   |
      |   + QtLoadableModuleNameN
      |
      + qt-scripted-modules
         |
         + QtScriptedModuleName1
         |
         .
         |
         + QtScriptedModuleNameN