Created
          July 27, 2015 00:52 
        
      - 
      
- 
        Save tjdett/990f4b379f2e7316ba57 to your computer and use it in GitHub Desktop. 
    Install Blender on dit4c-container-x11
  
        
  
    
      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 | |
| BLENDER_VERSION=blender-2.75a-linux-glibc211-x86_64 | |
| sudo yum install -y libGLU bzip2 | |
| curl -L -# http://mirror.cs.umn.edu/blender.org/release/Blender2.75/${BLENDER_VERSION}.tar.bz2 | tar xj -C /opt | |
| ln -s /opt/${BLENDER_VERSION} /opt/blender | |
| ln -s /opt/blender/blender /usr/local/bin/blender | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment