Building Blender from SVN

Yes, well, I haven´t built Blender from source since the good ole CVS days, so I was wondering if someone had a nice walkthrough on building it with SVN?

it depends on your os and compiling software but hers a link to the tutorial page, just click the links to the tutorial you need http://wiki.blender.org/index.php/BlenderDev/BuildingBlender

Except the link for compiling with Mingw and Scons doesn´t work anymore=P Edt: nevermind, found one tutorial here: http://www.alienhelpdesk.com/tutorials/build_your_blender However, I would like to know if there´s any one version of tortoise or scons that I need, or if I can just use the latest stable release?

Just use the one in the scons folder in the blender source directory…that’s what I do.

scons/scons.py -j2

Well, you have to make it executable to call it like that and the -j is the number of threads you want it to use.