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 950af7c commit 656a7e9Copy full SHA for 656a7e9
doc/build-windows.md
@@ -48,16 +48,9 @@ Acquire the source in the usual way:
48
## Building for 64-bit Windows
49
50
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):
52
53
```sh
54
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
61
```
62
63
Once the toolchain is installed the build steps are common:
0 commit comments