-
-
Save stephensmitchell/72d9702dc1b5e65d0d2c6b4ef3f61d6f to your computer and use it in GitHub Desktop.
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
| sudo yum -y install freetype freetype-devel libpng-devel | |
| sudo yum -y install mesa-libGLU-devel | |
| sudo yum -y install libX11-devel mesa-libGL-devel perl-Time-HiRes | |
| # Insert any url for Linux 64 bit blender | |
| # https://builder.blender.org/download/ | |
| wget 'https://builder.blender.org/download/blender-2.78-81d7ff84769-linux-glibc219-x86_64.tar.bz2' | |
| tar -jxvf blender*.tar.bz2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment