Getting the VTP Source Code from Mercurial (Hg)

Warning

The source in Mercurial is hosted at vtp on HelixTeamHub.  It will be very cutting-edge.  You might even catch it at a point where it will not build.  If you want something more stable, you are encouraged to grab a source archive instead.

If you don't already know how to use Hg, see "GUI", below.

Command Line example

hg clone https://username@bitbucket.org/bdiscoe/vtp C:\vtp

GUI

There are many GUI Mercurial clients.  On Windows, a popular one is TortoiseHg.

The First Time

  1. Install TortoiseHg 
  2. Open a Windows Explorer, and find the folder where you want to put the source. 
  3. Right-click that folder and select "TortoiseHg: Clone..."
    The Source is https://username@bitbucket.org/bdiscoe/vtp
    (use your Bitbucket username)
    Press Clone.

After the First Time

  1. Open a Windows Explorer, and find the "vtp" folder which contains the source.
  2. Right-click that folder and select "TortoiseHg: Update".