ITK/Getting Started/Obtain/Linux/Git
From KitwarePublic
< ITK | Getting Started | Obtain | Linux(Redirected from ITK/Getting Started Obtain/Linux/Git)
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:
sudo apt-get install git
Once you have git installed, type this command in a terminal window:
git clone https://github.com/InsightSoftwareConsortium/ITK.git
This will create an ITK directory and download the latest ITK source code into that directory.
Step 1: Obtaining is now complete!