The ITK WikiExamples can be built in several ways:
- A single example. Follow the instrutions 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.
If you want to test the WikiExamples, execute the follwoing commands:
$ cd {itk_bld} $ cd Modules/Remote/WikiExamples $ ctest