You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugin~/README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,22 @@ Install dependencies to make development environment.
8
8
9
9
### Windows
10
10
11
-
On windows, first, the build process use the **clang** compiler. To install clang, see [MSDN](https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170). And [chocolatey](https://chocolatey.org/) is used to install.
11
+
On windows, first, you need to install **Visual Studio 2022**. The build process use the **clang** compiler. To install clang, see [MSDN](https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170). And [chocolatey](https://chocolatey.org/) is used to install.
12
12
13
13
```powershell
14
14
# Install CUDA
15
15
choco install cuda --version=11.0.3
16
16
17
17
# Install Windows SDK
18
-
# WARNING: If you have versions of Windows SDK earlier than Version 1809,
18
+
# WARNING: If you have versions of Windows SDK earlier than Version 22H2,
19
19
# compiling the plugin will fail. Make sure to uninstall earlier versions.
0 commit comments