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: build_msvc/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ Visual Studio 2022 is minimum required to build Bitcoin Core.
7
7
8
8
Solution and project files to build with `msbuild` or Visual Studio can be found in the `build_msvc` directory.
9
9
10
-
To build Bitcoin Core from the command-line, it is sufficient to only install the Visual Studio Build Tools component.
10
+
To build Bitcoin Core from the command-line, it is sufficient to only install the [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) component.
11
+
12
+
The "Desktop development with C++" workload must be installed as well.
11
13
12
14
Building with Visual Studio is an alternative to the Linux based [cross-compiler build](../doc/build-windows.md).
0 commit comments