Personal tools

VMD

not strictly a helper application of Biskit, VMD is nevertheless a very useful and professional visualization program.

0. Download a matching binary

1. unpack and configure:

cd /tmp
tar xvf vmd*tar.gz
cd  vmd*
./configure

2. install:

cd src
sudo make install

This will put VMD into the default system-wide location (/usr/local/lib/vmd) and create a symbolic link to the binary in /usr/local/bin. Different installation locations can be specified in the configure file.