VES/Git/Download

From KitwarePublic
< VES‎ | Git
Jump to navigationJump to search

This page documents how to download VES through Git. See our table of contents for more information.

Follow our Git download instructions to install Git.

Clone

Clone VES using the commands

$ git clone git://vtk.org/VES.git
$ cd cmake

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 help pull

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