Guides for compiling Blender
Moderators: jesterKing, stiv
Re: video guide build blender 2.5x
The Vimeo actually had the best resolution for me. Thanks.
win7 x64 build - trunk
Hi all
im following this guide:
Building x64 targets with Visual C++ 2008 Express:
It's possible to build 64 bit versions of Blender using Visual C++ express from microsoft, and windows 7 x64 editions
http://wiki.blender.org/index.php/Dev:2 ... 08_Express
---------------------
And then this step:
http://wiki.blender.org/index.php/Dev:2 ... msvc/Scons
This is how to build Blender from its SVN source using Microsoft compiler with Scons. Except if specifically noted you can use the free Microsoft Visual C++ Express instead of the full Microsoft Visual Studio.
------------------
I trying to compile using cycles with CUDA so i learn
Building Cycles:
http://wiki.blender.org/index.php/Dev:2 ... s/Building
And about CUDA:
Download the CUDA Toolkit and install, and make sure you have recent enough nvidia drivers (e.g. 270.X or newer)
Everything works fine... no errors... but
when i select cycles > render > display
only can see CPU option
no GPU option... no CUDA
What im doing wrong ?
any help is welcome
-----------
user-config.py
WITH_BF_FFMPEG = True
WITH_BF_GAMEENGINE = True
WITH_BF_BULLET = True
WITH_BF_PLAYER = True
WITH_BF_ODE = False
WITH_BF_OPENEXR = True
WITH_BF_FTGL = True
WITH_BF_FMOD = False
WITH_BF_FREETYPE = True
WITH_BF_COLLADA = True
WITH_BF_BOOST = True
WITH_BF_CYCLES = True
WITH_CYCLES_CUDA_BINARIES = True
WITH_BF_DDS = True
WITH_BF_OPENAL = True
WITH_BF_SDL = True
WITH_BF_ICONV = True
WITH_BF_FFTW3 = False
WITH_BUILDINFO = True
WITH_BF_RAYOPTIMIZATION = True
BF_DEBUG = False
BF_NUMJOBS = 5
WITH_BF_OPENMP = False
im following this guide:
Building x64 targets with Visual C++ 2008 Express:
It's possible to build 64 bit versions of Blender using Visual C++ express from microsoft, and windows 7 x64 editions
http://wiki.blender.org/index.php/Dev:2 ... 08_Express
---------------------
And then this step:
http://wiki.blender.org/index.php/Dev:2 ... msvc/Scons
This is how to build Blender from its SVN source using Microsoft compiler with Scons. Except if specifically noted you can use the free Microsoft Visual C++ Express instead of the full Microsoft Visual Studio.
------------------
I trying to compile using cycles with CUDA so i learn
Building Cycles:
http://wiki.blender.org/index.php/Dev:2 ... s/Building
And about CUDA:
Download the CUDA Toolkit and install, and make sure you have recent enough nvidia drivers (e.g. 270.X or newer)
Everything works fine... no errors... but
when i select cycles > render > display
only can see CPU option
no GPU option... no CUDA
What im doing wrong ?
any help is welcome
-----------
user-config.py
WITH_BF_FFMPEG = True
WITH_BF_GAMEENGINE = True
WITH_BF_BULLET = True
WITH_BF_PLAYER = True
WITH_BF_ODE = False
WITH_BF_OPENEXR = True
WITH_BF_FTGL = True
WITH_BF_FMOD = False
WITH_BF_FREETYPE = True
WITH_BF_COLLADA = True
WITH_BF_BOOST = True
WITH_BF_CYCLES = True
WITH_CYCLES_CUDA_BINARIES = True
WITH_BF_DDS = True
WITH_BF_OPENAL = True
WITH_BF_SDL = True
WITH_BF_ICONV = True
WITH_BF_FFTW3 = False
WITH_BUILDINFO = True
WITH_BF_RAYOPTIMIZATION = True
BF_DEBUG = False
BF_NUMJOBS = 5
WITH_BF_OPENMP = False
Re: win7 x64 build - trunk
Open the User Preferences (Ctrl Alt U), go to System and then choose a Device in the Compute Device section. Be sure to select your graphics card.candre wrote:Hi all
im following this guide:
Building x64 targets with Visual C++ 2008 Express:
It's possible to build 64 bit versions of Blender using Visual C++ express from microsoft, and windows 7 x64 editions
http://wiki.blender.org/index.php/Dev:2 ... 08_Express
---------------------
And then this step:
http://wiki.blender.org/index.php/Dev:2 ... msvc/Scons
This is how to build Blender from its SVN source using Microsoft compiler with Scons. Except if specifically noted you can use the free Microsoft Visual C++ Express instead of the full Microsoft Visual Studio.
------------------
I trying to compile using cycles with CUDA so i learn
Building Cycles:
http://wiki.blender.org/index.php/Dev:2 ... s/Building
And about CUDA:
Download the CUDA Toolkit and install, and make sure you have recent enough nvidia drivers (e.g. 270.X or newer)
Everything works fine... no errors... but
when i select cycles > render > display
only can see CPU option
no GPU option... no CUDA
What im doing wrong ?
any help is welcome
-----------
user-config.py
WITH_BF_FFMPEG = True
WITH_BF_GAMEENGINE = True
WITH_BF_BULLET = True
WITH_BF_PLAYER = True
WITH_BF_ODE = False
WITH_BF_OPENEXR = True
WITH_BF_FTGL = True
WITH_BF_FMOD = False
WITH_BF_FREETYPE = True
WITH_BF_COLLADA = True
WITH_BF_BOOST = True
WITH_BF_CYCLES = True
WITH_CYCLES_CUDA_BINARIES = True
WITH_BF_DDS = True
WITH_BF_OPENAL = True
WITH_BF_SDL = True
WITH_BF_ICONV = True
WITH_BF_FFTW3 = False
WITH_BUILDINFO = True
WITH_BF_RAYOPTIMIZATION = True
BF_DEBUG = False
BF_NUMJOBS = 5
WITH_BF_OPENMP = False
After this, GPU Compute option will be available in the Render Panel.
Anyday, anytime, anywhere