﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AJuicyfruit%2FCuda_windows</id>
	<title>利用者:Juicyfruit/Cuda windows - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AJuicyfruit%2FCuda_windows"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Juicyfruit/Cuda_windows&amp;action=history"/>
	<updated>2026-09-10T14:27:32Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Juicyfruit/Cuda_windows&amp;diff=146223&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Juicyfruit/Cuda_windows&amp;diff=146223&amp;oldid=prev"/>
		<updated>2018-06-28T21:07:19Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:07時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Juicyfruit/Cuda_windows&amp;diff=146222&amp;oldid=prev</id>
		<title>2014年5月13日 (火) 17:58にwiki&gt;Juicyfruitによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Juicyfruit/Cuda_windows&amp;diff=146222&amp;oldid=prev"/>
		<updated>2014-05-13T17:58:31Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
To get cuda 6.0 working on windows without needing Visual studio 2012, 2010 or 2008:&lt;br /&gt;
This is only needed if you do not have or want to install a version of visual studio just o support Cuda &lt;br /&gt;
&lt;br /&gt;
Download Windows 7.1 SDK (this will give you a visual studio 2010 era cl.exe)&lt;br /&gt;
&lt;br /&gt;
http://www.microsoft.com/en-us/download/details.aspx?id=8279&lt;br /&gt;
&lt;br /&gt;
Also get the update:&lt;br /&gt;
&lt;br /&gt;
http://www.microsoft.com/en-us/download/details.aspx?id=4422&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You need to create a file:&lt;br /&gt;
c:\program files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CALL setenv /x64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Registry key to get cuda 6.0 to install&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0]&lt;br /&gt;
&amp;quot;InstallDir&amp;quot;=&amp;quot;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
add the folders for the path:&lt;br /&gt;
&lt;br /&gt;
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And finaly add to nvcc.profile:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
compiler-bindir = C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== If installation fails ==&lt;br /&gt;
&lt;br /&gt;
follow this instruction: http://support.microsoft.com/kb/2717426&lt;br /&gt;
&lt;br /&gt;
Hint: You need to reinstall the 2010 redistributables only if you already have installed visual studio. In that case run your visual studio repair tool after you installed the windows SDK. That should install/update the correct distributables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visual Studio 2013 Express for Windows Desktop&lt;/div&gt;</summary>
		<author><name>wiki&gt;Juicyfruit</name></author>
		
	</entry>
</feed>