ParaView/Git/Download: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "This page documents how to download ParaView through [http://git-scm.com Git]. See our table of contents for more information. Follow our [[Git/Download|Git dow...") |
No edit summary |
||
Line 3: | Line 3: | ||
Follow our [[Git/Download|Git download instructions]] to install Git. | Follow our [[Git/Download|Git download instructions]] to install Git. | ||
We require Git 1.6.5 or higher. | |||
=Clone= | =Clone= |
Revision as of 18:39, 7 June 2011
This page documents how to download ParaView through Git. See our table of contents for more information.
Follow our Git download instructions to install Git. We require Git 1.6.5 or higher.
Clone
Clone ParaView using the commands | |
|
Update
Users that have made no local changes and simply want to update a clone with the latest changes may run | |
|
|
Avoid making local changes unless you have read our developer instructions. |