Slicer3WrapITKPython
From NAMIC Wiki
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)