Note: This version of the VDT (1.4.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

Installing Pacman

The VDT is distributed using Pacman. Pacman is a package manager like RPM or dpkg, but is much more powerful and designed to work on multiple platforms. Unfortunatly, Pacman does not come standard on any operating systems so you need to download and install it yourself.

  1. Download Pacman. This is version 3.18.5, which is the most recent version tested with VDT 1.4.0. Earlier versions of Pacman will not work.
  2. Unpack the tarball:
    > tar zxvf pacman-3.18.5.tar.gz
  3. Setup your environment to use pacman. This example assumes you're using the Bourne shell or Bash. If you're using the C shell you should source setup.csh instead.
    > cd pacman-3.18.5
    > source setup.sh

That's it! You can now move on and select the VDT packages you want to install.