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

From Slicer Wiki
Jump to: navigation, search
Line 9: Line 9:
 
== 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 [[Documentation/{{documentation/version}}/Developers/Build_Module|developers guide for building modules]]

Revision as of 14:34, 12 June 2013

Home < Documentation < Nightly < Developers < FAQ < Modules

Modules

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

Slicer module executables and libraries 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