| 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.5/Doc/Building_Blender/Windows/Visual_C%2B%2B_2008_Express --------------------- And then this step: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows/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.6/Source/Render/Cycles/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 |