diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-14 14:46:02 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-14 14:46:02 +0000 |
commit | f97892d21af9fa1d5c3b07b37e233b0bea0807e7 (patch) | |
tree | 71f3b2c3ccf126b2281af3a23cfdf6e1dd0aefdd /build_msvc | |
parent | 48174c0f287b19931ca110670610bd03a03eb914 (diff) |
doc: Mention required workload when building with MSVC
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md index b9bebd369c..7520700a34 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -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). |