# Create a directory for VDT mkdir vdt cd vdt # Get pacman wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-3.26.tar.gz # Install pacman tar xzf pacman-3.26.tar.gz cd pacman-3.26 source setup.sh cd .. # Install any one or more of the VDT packages with pacman pacman -get http://vdt.cs.wisc.edu/vdt_1101_cache:VDT # Setup the environment (use setup.sh / setup.csh depending on your shell) source setup.sh