Skip to content

Commit

Permalink
doc: Mention required workload when building with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 14, 2022
1 parent 48174c0 commit f97892d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_msvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Visual Studio 2022 is minimum required to build Bitcoin Core.

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

To build Bitcoin Core from the command-line, it is sufficient to only install the Visual Studio Build Tools component.
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.

The "Desktop development with C++" workload must be installed as well.

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

Expand Down

0 comments on commit f97892d

Please sign in to comment.