Difference between revisions of "Slicer3WrapITKPython"

From NAMIC Wiki
Jump to: navigation, search
(Created page with 'The recommended ITK wrapping To build Slicer3 with Python ITK wrapping, made the following changes: Edit /Slicer3/SuperBuild/External_Insight.cmake In the section CMAKE_ARGS, a…')
 
Line 8: Line 8:
 
       -DWRAP_ITK_PYTHON:BOOL=ON
 
       -DWRAP_ITK_PYTHON:BOOL=ON
  
Then save and make as usual. BE WARNED that WrapITK will take a long time to compile (>2 hrs on a quad
+
Then save and make as usual. BE WARNED that WrapITK will take a long time to compile (>2 hrs on a dual xeon w/ 8gb ram)

Revision as of 19:54, 15 October 2010

Home < Slicer3WrapITKPython

The recommended ITK wrapping To build Slicer3 with Python ITK wrapping, made the following changes:

Edit /Slicer3/SuperBuild/External_Insight.cmake In the section CMAKE_ARGS, add the following arguments:

     -DINSTALL_WRAP_ITK_COMPATIBILITY:BOOL=ON
     -DUSE_WRAP_ITK:BOOL=ON
     -DWRAP_ITK_PYTHON:BOOL=ON

Then save and make as usual. BE WARNED that WrapITK will take a long time to compile (>2 hrs on a dual xeon w/ 8gb ram)