Compile the latest version of blenderv2.53 in Ubuntu10.04.

Source: Internet
Author: User
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 &

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.