Skip to content

Commit 3c66577

Browse files
VaclavEliasxen2
authored andcommitted
docs: Update README.md for Visual Studio 2026 setup
- Updated the link for Visual Studio 2026 to point to the general downloads page instead of the Insiders page.
1 parent 24ee4d4 commit 3c66577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our [Roadmap](https://doc.stride3d.net/latest/en/contributors/roadmap.html) comm
3737
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/).
3838
2. **[.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)**
3939
- 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).
4141
- **.NET desktop development** with **.NET Framework 4.7.2 targeting pack** *(should be enabled by default)*
4242
- **Desktop development with C++** with:
4343
- **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
6969
7070
### Build Stride without Visual Studio
7171

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.
7373
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`).
7575
3. **Clone the repository:**
7676
```bash
7777
git lfs clone https://github.com/stride3d/stride.git

0 commit comments

Comments
 (0)