Note: This version of the VDT (1.1.14) 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.
# Create a directory for VDT mkdir vdt cd vdt # Get pacman wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-2.116.tar.gz # Install pacman tar xzf pacman-2.116.tar.gz export PATH=`pwd`/pacman-2.116:$PATH # Install any one or more of these VDT packages with pacman pacman -get VDT:VDT # Setup the environment (use setup.sh / setup.csh depending on your shell) source setup.sh