Note: This version of the VDT (1.5.2) 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-3.19.tar.gz # Install pacman tar xzf pacman-3.19.tar.gz cd pacman-3.19 source setup.sh cd .. # Install any one or more of the VDT packages with pacman pacman -get http://vdt.cs.wisc.edu/vdt_152_cache:VDT # Setup the environment (use setup.sh / setup.csh depending on your shell) source setup.sh