Difference between revisions of "Documentation/Nightly/Developers/FAQ/Modules"

From Slicer Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
</includeonly>
 
</includeonly>
  
= Within a Slicer build-tree, where are located Slicer modules ? =
+
== Within a Slicer build-tree, where are located Slicer modules ? ==
 
Slicer module executables are be located in your main Slicer build directory <code>Slicer-Superbuild/Slicer-build</code>. Refer to [[Documentation/{{documentation/version}}/Developers/DirectoryStructure|Directory Structure]] description.  
 
Slicer module executables are be located in your main Slicer build directory <code>Slicer-Superbuild/Slicer-build</code>. Refer to [[Documentation/{{documentation/version}}/Developers/DirectoryStructure|Directory Structure]] description.  
  
= How to build module outside of Slicer source tree =
+
== How to build module outside of Slicer source tree ==
  
 
Follow developers guide for building modules: http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Build_Module
 
Follow developers guide for building modules: http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Build_Module

Revision as of 22:29, 4 March 2013

Home < Documentation < Nightly < Developers < FAQ < Modules

Modules

Within a Slicer build-tree, where are located Slicer modules ?

Slicer module executables are be located in your main Slicer build directory Slicer-Superbuild/Slicer-build. Refer to Directory Structure description.

How to build module outside of Slicer source tree

Follow developers guide for building modules: http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Build_Module