ParaView/Git/Download

From KitwarePublic
< ParaView‎ | Git
Revision as of 18:33, 7 June 2011 by Brad.king (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Clone

Clone ParaView using the commands

$ git clone --recursive git://paraview.org/ParaView.git
$ cd ParaView

git help clone

Connection refused?

Update

Users that have made no local changes and simply want to update a clone with the latest changes may run

$ git pull
$ git submodule update

git help pull

git help submodule

Avoid making local changes unless you have read our developer instructions.