Skip to content

Commit 22c7c7b

Browse files
fanquakeDashCoreAutoGuix
authored andcommitted
Merge bitcoin#28900: doc: remove mingw-w64 install for "older" systems
656a7e9 doc: remove mingw-w64 install for "older" systems (fanquake) Pull request description: Now that we require GCC 10.1+, the posix variant is available on supported systems. i.e: https://packages.debian.org/bullseye/g++-mingw-w64-x86-64-posix https://packages.ubuntu.com/jammy/g++-mingw-w64-x86-64-posix ACKs for top commit: maflcko: ACK 656a7e9 BrandonOdiwuor: ACK 656a7e9 hebasto: ACK 656a7e9. Tree-SHA512: b7d3696ad5d0322c107ced5750d20c40167caaf7d063cf01da5fc12c4086827f4f73185aa5cc9ac170778b0523c0c16cca3b2419b11019da9d30b936ee897e14
1 parent 4d0d51c commit 22c7c7b

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)