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

From Slicer Wiki
Jump to: navigation, search
(Created page with ' Slicer module executables are be located in your main Slicer build directory, Slicer-Superbuild/Slicer-build. Refer to http://www.slicer.org/slicerWiki/index.php/Documentation/N…')
 
m
Line 1: Line 1:
  
Slicer module executables are be located in your main Slicer build directory, Slicer-Superbuild/Slicer-build. Refer to http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/DirectoryStructure for the directory structure.  
+
= 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.  
  
= 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:26, 4 March 2013

Home < Documentation < Nightly < Developers < FAQ < 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