From 0d3e9e1593b736fd68c89ac2dfc8fe05f0846403 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sun, 14 May 2023 14:51:08 +0200 Subject: [PATCH] add glibc version --- doc/TRY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/TRY.md b/doc/TRY.md index 9bf3a053..9832b048 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -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`. 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. +- 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: - `shasum`