Skip to content

Commit 55a76cf

Browse files
committed
Update the installer
* We dropped support for running on Windows 8.1 for the GUI installer due to the Qt update * We now also provide a zst archive (xz is now deprecated) * win support: update accordingly (also add 8.0 which was missing in various places)
1 parent 65d0be0 commit 55a76cf

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

web/docs/installer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ set up an initial MSYS2 environment. For further updating pacman is used. See
66

77
![screenshot](installer.png)
88

9-
The installer comes in three variants:
9+
The installer comes in four variants:
1010

1111
* `msys2-x86_64-.exe`: The GUI installer (see screenshot above)
1212
* `msys2-base-x86_64-*.sfx.exe`: Just the files in a self extracting archive (missing Windows integration like shortcuts, uninstall entry, but otherwise works the same)
13-
* `msys2-base-x86_64-*.tar.xz`: Same as `.sfx.exe` but as an XZ archive
13+
* `msys2-base-x86_64-*.tar.zst`: Same as `.sfx.exe` but as an ZSTD archive
14+
* `msys2-base-x86_64-*.tar.xz`: Same as `.sfx.exe` but as an XZ archive (deprecated)
1415

1516
The installer executables and tarballs are hosted on
1617
[GitHub](https://github.com/msys2/msys2-installer/releases) as well as on the

web/docs/windows_support.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,29 @@ Upstream software may impose additional requirements.
2424

2525
We no longer support these configurations, but here's a list of resources that might help you get things running either way.
2626

27-
**Windows 7**: The last installer version that worked on Windows 7 is [2022-10-28](https://github.com/msys2/msys2-installer/releases/tag/2022-10-28). Switching to [msys2-runtime-3.4](https://packages.msys2.org/base/msys2-runtime-3.4) should keep the Cygwin parts working. Many Mingw packages will no longer work though (Python for example).
27+
**Windows 8.1**: The last GUI installer version that worked on Windows 8.1 is
28+
[2024-01-13](https://github.com/msys2/msys2-installer/releases/tag/2024-01-13).
29+
30+
**Windows 7 and 8.0**: The last installer version that worked on Windows 7 and 8.0 is [2022-10-28](https://github.com/msys2/msys2-installer/releases/tag/2022-10-28). Switching to [msys2-runtime-3.4](https://packages.msys2.org/base/msys2-runtime-3.4) should keep the Cygwin parts working. Many Mingw packages will no longer work though (Python for example).
2831

2932
**32-bit Windows**: The last working archive is available at https://repo.msys2.org/distrib/i686 and there is a community maintained repo at https://github.com/jeremyd2019/msys2-build32.
3033

3134
## Changelog
3235

3336
Various changes affecting the supported Windows versions and hardware for both pre-built packages and programs built using our toolchains.
3437

38+
**2024-05-07**: The GUI installer dropped support for running on Windows 8.1.
39+
3540
**2024-05-03:** [msys2-runtime](https://packages.msys2.org/base/msys2-runtime)
36-
was updated to Cygwin 3.5 which dropped support for Windows 7 and will no longer run there.
41+
was updated to Cygwin 3.5 which dropped support for Windows 7 and 8.0 and will no longer run there.
3742

3843
**2023-12-13:** We will no longer add new 32-bit Mingw packages to the repo unless needed, and will start dropping 32-bit packages without users.
3944

4045
**2023-01-15:** Dropped active support for Windows 7 and 8.0 in general.
4146

4247
**2022-12-26:** Default _WIN32_WINNT bumped to Windows 8.1 for UCRT environments. MINGW32/MINGW64 environments still default to Windows 7.
4348

44-
**2022-12-16:** The GUI installer dropped support for running on Windows 7.
49+
**2022-12-16:** The GUI installer dropped support for running on Windows 7 and 8.0.
4550

4651
**2022-10-18:** New minimum hardware requirements for pre-built packages matching the minimum requirements of Windows 8.1 (CPUs from ~2006/7+).
4752

web/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ MSYS2 and what for.
3737

3838
## Installation
3939

40-
1. Download the installer: <a href="https://github.com/msys2/msys2-installer/releases/download/2024-01-13/msys2-x86_64-20240113.exe" class="button">msys2-x86_64-20240113.exe</a>
40+
1. Download the installer: <a href="https://github.com/msys2/msys2-installer/releases/download/2024-05-07/msys2-x86_64-20240507.exe" class="button">msys2-x86_64-20240507.exe</a>
4141

4242
<span style="opacity: 0.6; word-wrap: break-word;">For more information on the installer, like command line options, or how to verify the checksum and signature of the installer, see the [installer guide](./docs/installer.md).</span>
4343

44-
2. Run the installer. MSYS2 requires 64 bit Windows 8.1 or newer.
44+
2. Run the installer. Installing MSYS2 requires 64 bit Windows 10 or newer.
4545

4646
3. Enter your desired **Installation Folder** (short ASCII-only path on a NTFS volume, no accents, no spaces, no symlinks, no subst or network drives, no FAT).
4747

0 commit comments

Comments
 (0)