Last active
          August 29, 2015 14:23 
        
      - 
      
- 
        Save tjdett/3afdf16d47f8a9e457de to your computer and use it in GitHub Desktop. 
    VMD install on dit4c/dit4c-container-x11:fakeroot
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/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