Assumed: Visual Studio 2008 installed, Python 2.6 installed, subversion installed.
- svn co https://svn.blender.org/svnroot/bf-blender/trunk/blender c:\dev\blender
- svn co https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows c:\dev\lib\windows
- start Visual Studio 2008 command prompt
- set PATH=C:\Python26;%PATH%
- cd c:\dev\blender
- python scons\scons.py WITH_BF_COLLADA=1 WITH_BF_QUICKTIME=0
PS. I’m still writing the detailed tutorial
Nice short-how to, may you extend it? i need to compile blender 2.5 from SVN in 64 bit and optimized for AMD x2 64, under windows 7 64.
thanks in advance
Hi, it’s very simple to build a 64bit version of Blender. Install a 64bit version of Python 2.6, for instance to C:\Python26_64b. Then from the very short howto change following steps:
step 2: svn co https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64 c:\dev\lib\win64
step 3: start Visual Studio 2008 x64 win64 command prompt
step 4: set PATH=C:\Python26_64b;%PATH%
and
step 6: python scons\scons.py WITH_BF_JACK=False WITH_BF_QUICKTIME=False WITH_BF_SNDFILE=False
Thanks, but it doesnt work for me, im on windows7 ultimate 64 but i have installed visual studio 2008 express and have not support for 64 bit, there is a way to hack that but seems too complicated.
Thanks anyway
Sorry, I can’t help you with Visual Studio 2008 Express – I use the Professional edition.
Wow, VERY impressed. I was sure it was going to be an agonizing nightmare to get my machine setup to build blender. Turns out to have been a breeze. Nice job!