Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.18 KB

GettingStarted.md

File metadata and controls

31 lines (22 loc) · 1.18 KB

Welcome to the Insight Toolkit (ITK)

Here are suggested steps for the ITK beginner. Please refer to ITK for more information.

  1. Get the software at the ITK software resources

  2. The software is compiled using CMake. Sections 2.2 and 3.7 of the ITK Software Guide will help you configuring and building ITK.

  3. Join the ITK discussion. Go to ITK Getting Started with Discourse and follow the instructions there. You may choose to receive a digest version of the mail to minimize traffic.

  4. Learn the system. Start by looking at the examples found in the ITK/Examples directory. Note that this code is heavily commented and works with the ITK Software Guide. To build the examples, make sure the CMake flag BUILD_EXAMPLES is ON. See also the Sphinx examples and the [Wiki examples].