Software
From URCHN Arkipelago
Views
Actions
Namespaces
Variants
Tools
building blender on fly
- blender lives in /home/anim/blenderbuild/
- cd blenderbuild/src/
- svn up
- python2.6 scons/scons.py (this will fail!)
- rm ccommands
- python2.6 scons/scons.py BF_QUIET=FALSE > ccommands
- nano -w ccommands and delete everything but linking blender, and insert:"/home/anim/usr/local/lib/libHalf.a /home/anim/usr/local/lib/libIlmImf.a /home/anim/usr/local/lib/libIex.a /home/anim/usr/local/lib/libImath.a /home/anim/usr/local/lib/libIlmThread.a" beteween loading lib64 and openimageio towards the end
- chmod +x ccommands
- ./ccommands
- python2.6 scons/scons.py --ignore-errors
- ./ccommands
- mv ../build/linux/bin/blender ../install/linux/blender
- cp -r ../install/linux/2.62/python ../install/linux/2.63/