ITK/Getting Started/Obtain/Linux/Git

From KitwarePublic
< ITK‎ | Getting Started‎ | Obtain‎ | Linux
Revision as of 13:19, 10 June 2012 by Daviddoria (talk | contribs) (Created page with "ITK uses git for its version control system. If you are familiar with git, you can find relevant information here or here. If not, continue read...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ITK uses git for its version control system. If you are familiar with git, you can find relevant information here or here. If not, continue reading!

To get the latest ITK source code, you must use git. If you do not have git installed, please install it from your package manager (e.g. sudo apt-get install git). Once you have git installed, it is as easy as typing this command in a terminal window:

git clone git://itk.org/ITK.git

This will create an ITK directory and download the latest ITK source code into that directory. Step 1: Obtaining is now complete!