mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
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
This commit is contained in:
parent
950af7c876
commit
656a7e9de6
1 changed files with 0 additions and 7 deletions
|
@ -48,16 +48,9 @@ Acquire the source in the usual way:
|
||||||
## Building for 64-bit Windows
|
## Building for 64-bit Windows
|
||||||
|
|
||||||
The first step is to install the mingw-w64 cross-compilation tool chain:
|
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
|
```sh
|
||||||
sudo apt install g++-mingw-w64-x86-64-posix
|
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:
|
Once the toolchain is installed the build steps are common:
|
||||||
|
|
Loading…
Add table
Reference in a new issue