We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0d51c commit 22c7c7bCopy full SHA for 22c7c7b
doc/build-windows.md
@@ -39,16 +39,9 @@ See [dependencies.md](dependencies.md) for a complete overview.
39
## Building for 64-bit Windows
40
41
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):
43
44
```sh
45
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
52
```
53
54
Once the toolchain is installed the build steps are common:
0 commit comments