Compiling Blender on Windows
Download:
http://www.python.org
http://www.mingw.org
http://www.scons.org
Blender SVN
https://svn.blender.org/svnroot/bf-blender/trunk/blender
https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows
Structure of folders:
C:\build\blender
C:\build\lib\windows
Add to PATH (Environment Variables) ;C:\Python25;C:\mingw\bin
Copy libpython25.a from C:\Python25\libs to C:\build\lib\windows\python\lib
Compilation:
cd C:\build\blender
python scons/scons.py clean
python scons/scons.py BF_TOOLSET=mingw BF_SPLIT_SRC=True WITH_BF_GAMEENGINE=True WITH_BF_PLAYER=True WITH_BF_FFMPEG=True
page revision: 2, last edited: 07 Jul 2009 20:51