WrapITK Installation Steps for WrapITK installation
optionally ( but we recommend it highly ! )
Download ITK as explained | here
Create a BUILD directory and go there (example given for linux/mac)
mkdir BUILD cd BUILD
Run CCMake (example given for linux/mac)
ccmake ..
Set the following CMake flags ON:
Then Choose which language(s) you want to create libraries for by setting the corresponding flag ON
Note that if you choose more than one, you might want to switch the following flag ON as well to sped up the process ( Examples of speed ups here ).
Much improvement in building speed can be achieve by enabling ccache.
Now, keep configuring until the "generate" option appears. Generate. Compile.