Skip to content

Commit 7975ebd

Browse files
committed
merge bitcoin#31100: remove dependency install instructions from win docs
1 parent 2f36ca2 commit 7975ebd

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

depends/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
6060

6161
#### For Win64 cross compilation
6262

63-
- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)
63+
apt install g++-mingw-w64-x86-64-posix
6464

6565
#### For linux (including i386, ARM) cross compilation
6666

doc/build-windows.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,8 @@ The steps below can be performed on Ubuntu or WSL. The depends system
2727
will also work on other Linux distributions, however the commands for
2828
installing the toolchain will be different.
2929

30-
First, install the general dependencies:
31-
32-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git bison
33-
34-
A host toolchain (`build-essential`) is necessary because some dependency
35-
packages need to build host utilities that are used in the build process.
36-
37-
See [dependencies.md](dependencies.md) for a complete overview.
38-
39-
## Building for 64-bit Windows
40-
41-
The first step is to install the mingw-w64 cross-compilation tool chain:
42-
43-
```sh
44-
sudo apt install g++-mingw-w64-x86-64-posix
45-
```
46-
47-
Once the toolchain is installed the build steps are common:
30+
See [README.md](../depends/README.md) in the depends directory for which
31+
dependencies to install and [dependencies.md](dependencies.md) for a complete overview.
4832

4933
Note that for WSL the Dash Core source path MUST be somewhere in the default mount file system, for
5034
example /usr/src/dash, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.

0 commit comments

Comments
 (0)