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
Superbuildthat builds a proper ITK and VTK. Follow these guidelines. - As an ITK
RemoteModule. Follow these guidelines:- Enable the
Module_WikiExamplesboolean variable in your ITK CMake file. - Configure and generate your ITK project.
- Build the
WikiExamplesmodules.
- Enable the
If you want to test the WikiExamples, execute the following commands:
$ cd {itk_bld}
$ cd Modules/Remote/WikiExamples
$ ctest