On Mon, 2011-03-07 at 14:43 +0100, Tobias Oelgarte wrote:
> That may work for Fedora. But i could not find any packages for Ubuntu 
> 10.10 so far. So i will need to compile python on my own and make a mess 
> out of my system again...

I've updated the documentation on how I build Blender with Collada on
Ubuntu 10.10

http://wiki.machinimatrix.org/index.php/Development/Building-Blender

the trick with python is to use "sudo make altinstall" so it goes
in /usr/local and doesn't overwrite the standard python.

just add

BF_PYTHON = '/usr/local'
BF_PYTHON_VERSION = '3.2m'

to your user_config.py and do

ln
-s /usr/local/lib/python3.2 ../install/linux2/2.56/python/lib/python3.2

after building blender.

_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to