Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

README.rst

File metadata and controls

27 lines (20 loc) · 1.16 KB

ITKWikiExamples

Build Status

Overview

The ITK WikiExamples can be built in several ways:

  1. A single example. Follow the instructions of the example.
  2. All examples stand-alone. Follow these instructions.
  3. All examples with a Superbuild that builds a proper ITK and VTK. Follow these guidelines.
  4. 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 following commands:

$ cd {itk_bld}
$ cd Modules/Remote/WikiExamples
$ ctest