I forgot to describe how to recompile blender.
You need create a directory for compiling the source (follow named blender).
You need some tools also, which you can install with 'sudo apt-get
install build-essential fakeroot dpkg-dev'
You can follow the simple tasks:

1) mkdir blender
2) cd blender
3) apt-get source blender
4) sudo apt-get build-dep blender
5) cd blender-2.56.1-beta-svn34076
6) vi build_files/cmake/macros.cmake in line 223 add '-O0' or apply
the patch (see my previus e-mail)
7) dpkg-buildpackage -rfakeroot -b (-d maybe needed also)
8) cd ..
9) sudo dpkg -i blender_2.56.1-beta-svn34076-1_i386.deb
10) running blender and have fun!

Regards
-- 
Umberto Zappi



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to