From b6baa47e89a71ac580b5c7d020d0ca50831c5084 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:50:23 +0100 Subject: [PATCH] fixup! doc: Update for CMake-based build system Avoid unnecessarily breaking external links to `doc/build-windows.md`. --- build_msvc/README.md | 2 +- depends/README.md | 2 +- doc/build-windows-msvc.md | 2 +- doc/{build-windows-mingw.md => build-windows.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename doc/{build-windows-mingw.md => build-windows.md} (100%) diff --git a/build_msvc/README.md b/build_msvc/README.md index 859fa774d5bce..f97c7ca59c34b 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-mingw.md). +Building with Visual Studio is an alternative to the Linux based [cross-compiler build](../doc/build-windows.md). Prerequisites diff --git a/depends/README.md b/depends/README.md index 7db6ad6ba4624..622f93a3905fc 100644 --- a/depends/README.md +++ b/depends/README.md @@ -54,7 +54,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex #### For Win64 cross compilation -- see [build-windows-mingw.md](../doc/build-windows-mingw.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux) +- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux) #### For linux (including i386, ARM) cross compilation diff --git a/doc/build-windows-msvc.md b/doc/build-windows-msvc.md index a659808b16b0f..ec839724dd200 100644 --- a/doc/build-windows-msvc.md +++ b/doc/build-windows-msvc.md @@ -2,7 +2,7 @@ This guide describes how to build bitcoind, command-line utilities, and GUI on Windows using Micsrosoft Visual Studio. -For cross-compiling options, please see [`build-windows-mingw.md`](./build-windows-mingw.md). +For cross-compiling options, please see [`build-windows.md`](./build-windows.md). ## Preparation diff --git a/doc/build-windows-mingw.md b/doc/build-windows.md similarity index 100% rename from doc/build-windows-mingw.md rename to doc/build-windows.md