From 58cb70797f05dbcb01f15abf86c359c7b4b1c099 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 20 Jul 2024 08:29:30 +0100 Subject: [PATCH] fixup! doc: Update for CMake-based build system --- build_msvc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc/README.md b/build_msvc/README.md index f97c7ca59c34b..859fa774d5bce 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -11,7 +11,7 @@ To build Bitcoin Core from the command-line, it is sufficient to only install th 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). +Building with Visual Studio is an alternative to the Linux based [cross-compiler build](../doc/build-windows-mingw.md). Prerequisites