From 656a7e9de626ea76f377c7e1e3370a869d7bcca9 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 17 Nov 2023 10:54:52 +0000 Subject: [PATCH] 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 --- doc/build-windows.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/build-windows.md b/doc/build-windows.md index 027e8f80f5..841693c77b 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -48,16 +48,9 @@ Acquire the source in the usual way: ## Building for 64-bit Windows The first step is to install the mingw-w64 cross-compilation tool chain: - - on modern systems (Ubuntu 21.04 Hirsute Hippo or newer, Debian 11 Bullseye or newer): ```sh sudo apt install g++-mingw-w64-x86-64-posix -``` - - - on older systems: - -```sh -sudo apt install g++-mingw-w64-x86-64 ``` Once the toolchain is installed the build steps are common: