ITK/Getting Started/Obtain/Linux/Git: Difference between revisions
From KitwarePublic
< ITK | Getting Started | Obtain | Linux
Jump to navigationJump to search
No edit summary |
(Update git link) |
||
Line 6: | Line 6: | ||
Once you have git installed, type this command in a terminal window: | Once you have git installed, type this command in a terminal window: | ||
git clone | git clone https://github.com/InsightSoftwareConsortium/ITK.git | ||
This will create an ITK directory and download the latest ITK source code into that directory. | This will create an ITK directory and download the latest ITK source code into that directory. | ||
''Step 1: Obtaining'' is now complete! | ''Step 1: Obtaining'' is now complete! |
Latest revision as of 15:00, 27 December 2022
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!