[Bf-committers] Scons linking on OSX

Kent Mein mein at cs.umn.edu
Thu Oct 14 14:35:24 CEST 2004


In reply to car (trip at spymac.com):

> I asked this before, but when I build scons blenders my builds have a 
> million file dependancies how can I have my builds complete and 
> contained like Tons :P so I can share mods and patch tests
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers

Hi car,

You need to edit your config.opts and maybe SConstruct files to
use static libs instead of shared. an example would be instead of
-ljpeg   you would replace it with /usr/lib/libjpeg.a

It will take a bit of work.  I'm pretty sure Ton uses the Makefiles
instead of scons.

Kent
-- 
mein at cs.umn.edu
http://www.cs.umn.edu/~mein


More information about the Bf-committers mailing list