Skip to content

Instantly share code, notes, and snippets.

@tjdett
Created July 27, 2015 00:52
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/990f4b379f2e7316ba57 to your computer and use it in GitHub Desktop.
Save tjdett/990f4b379f2e7316ba57 to your computer and use it in GitHub Desktop.
Install Blender on dit4c-container-x11
#!/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