Note: This version of the VDT (1.3.11) 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.

Express VDT installation guide (for experts only)

# Create a directory for VDT
mkdir vdt
cd vdt

# Get pacman
wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-3.16.1.tar.gz

# Install pacman
tar xzf pacman-3.16.1.tar.gz
cd pacman-3.16.1
source setup.sh
cd ..

# Install any one or more of the VDT packages with pacman
pacman -get http://vdt.cs.wisc.edu/vdt_1311_cache:VDT

# Setup the environment (use setup.sh / setup.csh depending on your shell)
source setup.sh