「利用者:Pjoe/Compiling 64bit with vs2010expr」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 05:44時点における最新版

Compiling 64 bit Blender with VisualStudio 2010 Express

Requirements

Steps

  1. (for CUDA to work) "Copy C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" to "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
  2. Check out blender win64 libs from svn
  3. Add vs2010 libs from ftp://ftp.blender.org/incoming/vs2010libs64_2.zip
  4. Check out blender from svn
  5. Apply this patch: http://projects.blender.org/tracker/download.php/9/127/28305/18876/vs2010expr_64bit_dec30.diff
  6. Run cmake and choose vc 2010 64-bit
  7. Open solution in vc++ 2010 expr and build :)