Ubuntu10.04 is a stable version of v2.49 in the software library, but blender has made great changes in Versions later than v2.5. The official website provides Binary Package downloading of v2.5, but there is always a crash problem on Ubuntu10.04, so I want to compile it from the original code. 1. install the software package required by blenderv2.5 $ sudoaptitudeinstall \ python3.1-dev \ scons \ subversion
The software library of Ubuntu 10.04 is a stable version of v2.49, but blender has made great changes in Versions later than v2.5.
The official website provides Binary Package download for v2.5, but there is always a crash problem on Ubuntu 10.04, so you want to compile from the original code.
1. install the software package required by blender v2.5
$ Sudo aptitude install \
Python3.1-dev \
Scons \
Subversion \
Libsdl1.2-dev \
Libxi-dev \
Libopenexr-dev \
Libavformat-dev \
Libsamplerate0-dev \
Libswscale-dev \
Libtiff4-dev \
Libavdevice-dev \
Libopenal-dev \
Gettext
$
2. obtain the latest blender source code.
$ Svn co https://svn.blender.org/svnroot/bf-blender/trunk/blender
3. Compile with scons software build tool
$ Cd blender/
$ Scons
4. Execute blender after compilation.
$ Cd ../install/linux2/blender
$./Blender &