ParaView/Git/Download

From KitwarePublic
< ParaView‎ | Git
Revision as of 14:22, 7 November 2011 by Brad.king (talk | contribs)
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. We require Git 1.6.5 or higher.

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 --init

git help pull

git help submodule

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