Skip to content

Commit

Permalink
Merge #284: cmake, doc: Avoid unnecessarily breaking external links t…
Browse files Browse the repository at this point in the history
…o `doc/build-windows.md`

b6baa47 fixup! doc: Update for CMake-based build system (Hennadii Stepanov)

Pull request description:

  Other projects may use external links to our documentation. Therefore, avoid breaking them unnecessarily.

Top commit has no ACKs.

Tree-SHA512: 1ab398bc1750e86614b198056cd86b15e2c4854b082150bda15def9fde10c3dfbcc5bdc8bc2a014639b896f207d5f66e0575ca87efe04567c1a1e8efff226588
  • Loading branch information
hebasto committed Jul 26, 2024
2 parents 79b5464 + b6baa47 commit 9256718
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_msvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/build-windows-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 9256718

Please sign in to comment.