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: docs/BuildFromSource.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,7 @@ To get started, fork this repo and then clone it locally. This workflow assumes
28
28
29
29
> :warning: All Windows commands below assume a PowerShell prompt.
30
30
31
-
The steps you follow next depend on your preferred development environment:
32
-
33
-
- [Visual Studio on Windows](#visual-studio-on-windows)
34
-
- [Visual Studio Code (VS Code) or other editors on Windows, Linux, Mac](#visual-studio-code-or-other-editor-on-windows-linux-mac)
35
-
- [Codespaces on GitHub](#codespaces-on-github)
36
-
37
-
## Visual Studio on Windows
38
-
39
-
1. To install Visual Studio on your machine, use the official installer script in the repo.
31
+
1. If you're on Windows, install Visual Studio (even if you aren't using it to build) to get the required C++ components and native tools. To install Visual Studio on your machine, use the official installer script in the repo.
40
32
41
33
> :warning: Even if you have Visual Studio installed on your machine, we recommend running this installation script to make sure that the correct Visual Studio components are installed.
42
34
>
@@ -51,6 +43,14 @@ The steps you follow next depend on your preferred development environment:
51
43
52
44
If you are seeing errors similar to `the imported project "....\aspnetcore.tools\msbuild\17.1.0\tools\MSBuild\Microsoft\VC\v170\Microsoft.Cpp.Default.props" was not found`, try installing/updating Visual Studio as above.
53
45
46
+
The steps you follow next depend on your preferred development environment:
47
+
48
+
- [Visual Studio on Windows](#visual-studio-on-windows)
49
+
- [Visual Studio Code (VS Code) or other editors on Windows, Linux, Mac](#visual-studio-code-or-other-editor-on-windows-linux-mac)
50
+
- [Codespaces on GitHub](#codespaces-on-github)
51
+
52
+
## Visual Studio on Windows
53
+
54
54
1. Before you open project in Visual Studio, install the required dependencies and set up the repo by running the `restore.cmd` script in the root of the repo:
0 commit comments