Merge #529: add glibc version

0d3e9e1593b736fd68c89ac2dfc8fe05f0846403 add glibc version (pythcoiner)

Pull request description:

  follow #523

ACKs for top commit:
  darosior:
    ACK 0d3e9e1593b736fd68c89ac2dfc8fe05f0846403

Tree-SHA512: 2348297de50752c7af35470644597a618defdfdcccf20b773f7034a6aa441b10c77d00405f836becdbeebf033fb1f8f932b7af6e4db06ca7705671b38a3906c1
This commit is contained in:
Antoine Poinsot 2023-05-30 15:14:43 +02:00
commit 21f069a4e7
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -25,6 +25,7 @@ TL;DR:
- Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar curl gnupg fontconfig systemd-libs`. - Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar curl gnupg fontconfig systemd-libs`.
If any is listed as "was not found", get it with `pacman -S [missing package name]` If any is listed as "was not found", get it with `pacman -S [missing package name]`
- Other distribution: see the link to projects below to search for the name of your distribution's packages. - Other distribution: see the link to projects below to search for the name of your distribution's packages.
- Running binaries requires GLIBC >= 2.33 (Ubuntu >= 22.04 or Debian >= 12)
We'll use basic tools which should already be present on your system, such as: We'll use basic tools which should already be present on your system, such as:
- `shasum` - `shasum`