Difference between revisions of "Slicer3WrapITKPython"
From NAMIC Wiki
(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 | + | 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 < Slicer3WrapITKPythonThe 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)