Skip to content

Instantly share code, notes, and snippets.

@tjdett
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjdett/3afdf16d47f8a9e457de to your computer and use it in GitHub Desktop.
Save tjdett/3afdf16d47f8a9e457de to your computer and use it in GitHub Desktop.
VMD install on dit4c/dit4c-container-x11:fakeroot
#!/bin/sh
cd ~
curl http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.2/files/final/vmd-1.9.2.bin.LINUXAMD64.opengl.tar.gz | tar xzv
cd vmd-1.9.2
./configure
cd src
fsudo make install
cd ~
rm -rf vmd-1.9.2
fsudo yum install -y mesa-libGLU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment