]> git.eshelyaron.com Git - emacs.git/commitdiff
; Bump minimum supported Windows version for MinGW64 to Windows 10.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Dec 2022 18:45:08 +0000 (20:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Dec 2022 18:45:08 +0000 (20:45 +0200)
etc/PROBLEMS
nt/INSTALL.W64

index 634480cce7d1cf755fbf50bee43c5a632296d6b9..6db9e6d5be8a8bc1e17bb66299667fd972376627 100644 (file)
@@ -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
 than the minimum version supported by MinGW-w64.  As of Dec 2022, the
-minimum supported Windows version is 8.1, and the computer hardware
-(CPU, memory, disk) should also match the minimum Windows 8.1
-requirements.
+minimum Windows version supported by MSYS2/MinGW-w64 is 10, and the
+computer hardware (CPU, memory, disk) should also match the minimum
+Windows 10 requirements.
 
 *** Segfault during 'make'
 
index 26420214b7909f266f6f69bad6f7b8699cd246bd..cfb913a81e435fc3e5eb00921681a952f8fea43c 100644 (file)
@@ -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
 Emacs with the MSYS2/MinGW-w64 toolchain and for running the produced
-binary, is Windows 8.1.  The computer hardware should also match the
-Microsoft requirements for Windows 8.1.
+binary, is Windows 10.  The computer hardware should also match the
+Microsoft requirements for Windows 10.
 
 * Set up the MinGW-w64 / MSYS2 build environment