URCHN Arkipelago Software

Software

From URCHN Arkipelago
Revision as of 16:02, 13 July 2012 by Bassam (talk | contribs) (Created page with "==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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

building blender on fly

  1. blender lives in /home/anim/blenderbuild/
  2. cd blenderbuild/src/
  3. svn up
  4. python2.6 scons/scons.py (this will fail!)
  5. rm ccommands
  6. python2.6 scons/scons.py BF_QUIET=FALSE > ccommands
  7. 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
  8. chmod +x ccommands
  9. ./ccommands
  10. python2.6 scons/scons.py --ignore-errors
  11. ./ccommands
  12. mv ../build/linux/bin/blender ../install/linux/blender
  13. cp -r ../install/linux/2.62/python ../install/linux/2.63/