Building/Compiling Blender 2.5 ITASC Branch on Ubuntu 9.10 (SCONS)
This short article describes how to build the "itasc-blender".
-- Let's begin --
Get the following deps
sudo apt-get build-dep blender
sudo apt-get install subversion build-essential yasm gettext libxi-dev libopenexr-dev libopenjpeg-dev libpng12-dev libopenal-dev libalut-dev python3.1-dev libglu1-mesa-dev libsdl-dev libfreetype6-dev libtiff4-dev libsamplerate0-dev scons subversion libsamplerate0 libsamplerate0-dev python3.1 python3.1-dev python3.1-dbg
Create a blender folder, enter it and pull the source from the blender svn
cd ~
mkdir blender-svn
cd blender-svn
svn co https://svn.blender.org/svnroot/bf-blender/trunk/blender
cd ~/blender-svn/blender
echo "BF_OPENAL_LIB = 'openal alut'" >> user-config.py
sudo python scons/scons.py
If everything went well: "scons: done building targets."
HINT: you can use "sudo python scons/scons.py -j x" where x is the amount of CPUs one can make use of. If you have a quad core it would be -j 4.
Run blender from the root path "~/blender-svn" - symlink the binary.
cd ~/blender-svn/blenderln -s install/linux2/blender ./startblender
Now you can run Blender 2.5 by typing (in ~/blender-svn/startblender)
Ur welcome ^^
- fl0's blog
- 1897 reads
Recent blog posts
- Convert mov, mp4, avi, flv to ogv | ffmpeg2theora
- Stop Disabling SELinux! | Drupal and SELinux, Drupal doesn't send mails [SOLVED]
- Blender 2.59 + iCub SIM + Kinect = Movement Imitation
- Blender 2.59 + Kinect = Controlling Robot Arms in Game Engine
- Virtual (robot) Flobi - Motion Capture Playback Demo
- LimeSurvey | Default Password Change | Redirect to login page [SOLVED]
- Lighttpd | Can't have more connections than fds/2: 1024
- Warp1337 Theme for you!
- OpenNI Java Wrapper Test | Ubuntu 11.10
- Web history with Screenshots and stuff | Web archive
What is Flattr ? Flattr is the worlds first social micro-payment system The idea had already been initiated in 2007, but the first release was in 2010 due to typical geeky laziness. Flattr was founded to help people share money, not just content. https://flattr.com/about

















Comments
Post new comment