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 0bbae23 commit 9796dcaCopy full SHA for 9796dca
doc/build-windows.md
@@ -48,8 +48,17 @@ 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
- sudo apt install g++-mingw-w64-x86-64
53
+```sh
54
+sudo apt install g++-mingw-w64-x86-64-posix
55
+```
56
+
57
+ - on older systems:
58
59
60
+sudo apt install g++-mingw-w64-x86-64
61
62
63
Once the toolchain is installed the build steps are common:
64
0 commit comments