ParaView/Git/Download: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Daviddoria (talk | contribs) (→Update: Added --init to submodule update command to make sure new modules are check out as well) |
No edit summary |
||
Line 16: | Line 16: | ||
:<code>$ cd ParaView</code> | :<code>$ cd ParaView</code> | ||
|align="center"| | |align="center"| | ||
[http:// | [http://schacon.github.com/git/git-clone.html <code>git help clone</code>] | ||
[[Git/Trouble#Firewall_Blocks_Port_9418|Connection refused]]? | [[Git/Trouble#Firewall_Blocks_Port_9418|Connection refused]]? | ||
Line 33: | Line 33: | ||
:<code>$ git submodule update --init</code> | :<code>$ git submodule update --init</code> | ||
|align="center"| | |align="center"| | ||
[http:// | [http://schacon.github.com/git/git-pull.html <code>git help pull</code>] | ||
[http:// | [http://schacon.github.com/git/git-submodule.html <code>git help submodule</code>] | ||
|- | |- | ||
| | | | ||
Avoid making local changes unless you have read our [[ParaView/Git/Develop|developer instructions]]. | Avoid making local changes unless you have read our [[ParaView/Git/Develop|developer instructions]]. | ||
|} | |} |
Revision as of 14:22, 7 November 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. |