Skip to content

Commit 656a7e9

Browse files
committed
doc: remove mingw-w64 install for "older" systems
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
1 parent 950af7c commit 656a7e9

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
@@ -48,16 +48,9 @@ Acquire the source in the usual way:
4848
## Building for 64-bit Windows
4949

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

5352
```sh
5453
sudo apt install g++-mingw-w64-x86-64-posix
55-
```
56-
57-
- on older systems:
58-
59-
```sh
60-
sudo apt install g++-mingw-w64-x86-64
6154
```
6255

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

0 commit comments

Comments
 (0)