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

From Slicer Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
== 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 located in your main Slicer build directory <code>Slicer-Superbuild/Slicer-build</code>. Refer to [[Documentation/{{documentation/version}}/Developers/DirectoryStructure|Directory Structure]] description for more details.
  
 
== 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:32, 4 March 2013

Home < Documentation < Nightly < Developers < FAQ < Modules

Modules

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

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

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