Skip to content

Commit f97892d

Browse files
committed
doc: Mention required workload when building with MSVC
1 parent 48174c0 commit f97892d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_msvc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Visual Studio 2022 is minimum required to build Bitcoin Core.
77

88
Solution and project files to build with `msbuild` or Visual Studio can be found in the `build_msvc` directory.
99

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.
1113

1214
Building with Visual Studio is an alternative to the Linux based [cross-compiler build](../doc/build-windows.md).
1315

0 commit comments

Comments
 (0)