; Bump minimum supported Windows version for MinGW64 to Windows 10.
This commit is contained in:
parent
677f6c79eb
commit
75155e4586
2 changed files with 5 additions and 5 deletions
|
@ -3487,9 +3487,9 @@ The error message might be something like
|
||||||
|
|
||||||
This happens if you try to build Emacs on versions of MS-Windows older
|
This happens if you try to build Emacs on versions of MS-Windows older
|
||||||
than the minimum version supported by MinGW-w64. As of Dec 2022, the
|
than the minimum version supported by MinGW-w64. As of Dec 2022, the
|
||||||
minimum supported Windows version is 8.1, and the computer hardware
|
minimum Windows version supported by MSYS2/MinGW-w64 is 10, and the
|
||||||
(CPU, memory, disk) should also match the minimum Windows 8.1
|
computer hardware (CPU, memory, disk) should also match the minimum
|
||||||
requirements.
|
Windows 10 requirements.
|
||||||
|
|
||||||
*** Segfault during 'make'
|
*** Segfault during 'make'
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,8 @@ Emacs with the full repository, or less if you're using a release tarball.
|
||||||
|
|
||||||
As of December 2022, the minimum supported system, both for building
|
As of December 2022, the minimum supported system, both for building
|
||||||
Emacs with the MSYS2/MinGW-w64 toolchain and for running the produced
|
Emacs with the MSYS2/MinGW-w64 toolchain and for running the produced
|
||||||
binary, is Windows 8.1. The computer hardware should also match the
|
binary, is Windows 10. The computer hardware should also match the
|
||||||
Microsoft requirements for Windows 8.1.
|
Microsoft requirements for Windows 10.
|
||||||
|
|
||||||
* Set up the MinGW-w64 / MSYS2 build environment
|
* Set up the MinGW-w64 / MSYS2 build environment
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue