Considering proposing this for blfs-dev once I get some time to make
up a xml page for it

http://wiki.blender.org/index.php/Dev:2.4/Doc/Building_Blender/Linux

mostly just need more time to nail down dependencies, and figure out
why it's horribly slow on my system.  Took out part of it for testing.
 Thought I'd throw out my initial success and let people play with it.

Requires openexr,
Optionally requires openal.

sed -i -e 's/libopenal.a/libopenal.so/' \
       -e 's/WITH_BF_GAMEENGINE = True/WITH_BF_GAMEENGINE = False/' \
       -e 's/WITH_BF_PLAYER = True/WITH_BF_PLAYER = False/' \
       -e 's/WITH_BF_OPENAL = True/WITH_BF_OPENAL = False/' \
    config/linux2-config.py &&
cd extern/xvidcore/src &&
find . -type d -exec cp -v nasm.inc '{}' \; &&
cd ../../.. &&
python scons/scons.py &&

-- 
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to