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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Our [Roadmap](https://doc.stride3d.net/latest/en/contributors/roadmap.html) comm
37
37
1.**Latest [Git](https://git-scm.com/downloads)** with **Large File Support** selected during setup. For convenience, you might also use a Git UI client like [GitExtensions](https://gitextensions.github.io/).
- Run `dotnet --info` in a console or PowerShell window to see which versions you have installed.
40
-
3.**[Visual Studio 2026](https://visualstudio.microsoft.com/insiders/)** (the Community edition is free), with the following workloads. Follow this link if you would rather use [a different IDE or the command line](#build-stride-without-visual-studio).
40
+
3.**[Visual Studio 2026](https://visualstudio.microsoft.com/downloads/)** (the Community edition is free), with the following workloads. Follow this link if you would rather use [a different IDE or the command line](#build-stride-without-visual-studio).
41
41
-**.NET desktop development** with **.NET Framework 4.7.2 targeting pack***(should be enabled by default)*
42
42
-**Desktop development with C++** with:
43
43
-**Windows 11 SDK (10.0.22621.0)** or a later version *(should be enabled by default)*
@@ -69,9 +69,9 @@ Our [Roadmap](https://doc.stride3d.net/latest/en/contributors/roadmap.html) comm
69
69
70
70
### Build Stride without Visual Studio
71
71
72
-
1.**Install**[Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (Go to Tools for Visual Studio and press download next to Build Tools for Visual Studio 2026 once it is out) with the same prerequisites listed above.
72
+
1.**Install**[Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (Go to *Tools for Visual Studio* and press download next to Build Tools for Visual Studio 2026) with the same prerequisites listed above.
73
73
2.**Add MSBuild to your system's PATH:**
74
-
- Add MSBuild's directory to your `PATH` environment variable (e.g., `C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin`).
74
+
- Add MSBuild's directory to your `PATH` environment variable (e.g., `c:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\Bin`).
0 commit comments