Install all libs blender needs, install python, install scons, checkout cvs, cd into blender dir, run 'scons' (possibly fiddle with the SConstruct script file).
It does it for me on Fedora Core 1 (I'm having other troubles, which I don't think have to do with the way I compile the sources). Using apt-get makes getting libs etc. easy.
Mats78 wrote:run 'scons' (possibly fiddle with the SConstruct script file).
Hi,
there should absolutely be no need to fiddle with the SConstruct script file at all. I know there are settings that users may need to adjust to get a correct build, but these settings are all available in the config.opts file which is generated the first time SCons is started. That's where the config.opts file is meant for.
With regards,
Michel
You can have one of two things: Progress or Progress Reports.
Ok, but did you compile ode, quicktime and fmod in? These I can't get working, no matter what I do. Is quicktime even supposed to work on linux? I mean there is no SDK on apple for linux (or I couldn't find one), and even though there are development library packages for quicktime, blender doesn't want to compile for me.
thanx.
And what am I supposed to do with fmod? The compiler doesn't seem to link against libfmod.so, and there is no option for it's location in SConstruct. So where does scons look for it? (Not that I so desperately need fmod, but I'm curious )
Erufailon wrote:thanx.
And what am I supposed to do with fmod? The compiler doesn't seem to link against libfmod.so, and there is no option for it's location in SConstruct. So where does scons look for it? (Not that I so desperately need fmod, but I'm curious )
there should absolutely be no need to fiddle with the SConstruct script file at all. I know there are settings that users may need to adjust to get a correct build, but these settings are all available in the config.opts file which is generated the first time SCons is started. That's where the config.opts file is meant for.
Oops.. ok I learned something here too. I never really did fiddle with that file (SConstruct), I just thought I should have .