Skip to content

Commit 33f0931

Browse files
committed
merge bitcoin#28900: remove mingw-w64 install for "older" systems
1 parent 2e71a9a commit 33f0931

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/build-windows.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,9 @@ See [dependencies.md](dependencies.md) for a complete overview.
3939
## Building for 64-bit Windows
4040

4141
The first step is to install the mingw-w64 cross-compilation tool chain:
42-
- on modern systems (Ubuntu 21.04 Hirsute Hippo or newer, Debian 11 Bullseye or newer):
4342

4443
```sh
4544
sudo apt install g++-mingw-w64-x86-64-posix
46-
```
47-
48-
- on older systems:
49-
50-
```sh
51-
sudo apt install g++-mingw-w64-x86-64
5245
```
5346

5447
Once the toolchain is installed the build steps are common:

0 commit comments

Comments
 (0)