The ITK WikiExamples can be built in several ways:
- A single example. Follow the instructions of the example.
- All examples stand-alone. Follow these instructions.
- All examples with a
Superbuild
that builds a proper ITK and VTK. Follow these guidelines. - As an ITK
Remote
Module. Follow these guidelines:- Enable the
Module_WikiExamples
boolean variable in your ITK CMake file. - Configure and generate your ITK project.
- Build the
WikiExamples
modules.
- Enable the
If you want to test the WikiExamples
, execute the following commands:
$ cd {itk_bld} $ cd Modules/Remote/WikiExamples $ ctest