From 3baf6c318ad82aafbaad95138803e85fae5344c8 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 12 Apr 2023 14:47:21 -0400 Subject: [PATCH] glibc compatibility notes --- docs/get-started/install-tea.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/get-started/install-tea.md b/docs/get-started/install-tea.md index a003242..e1cc1e7 100644 --- a/docs/get-started/install-tea.md +++ b/docs/get-started/install-tea.md @@ -54,9 +54,15 @@ See [The `tea` One-Liner](/docs/using-tea/the-tea-one-liner.md) for more details Both aarch64 (arm64) and x86-64 for these platforms: * macOS >= 11 -* Linux glibc >=23 +* Linux glibc >=2.28 (consult [repology](https://repology.org/project/glibc/versions)) * WSL >=2 +`linux-aarch64` builds are done using a dockerized Debian image on Apple arm64 +processors. We have tested and confirmed functionality on Raspberry Pi4 running +Ubuntu 22.04.2 LTS, and it should work on similar 64-bit Pi Foundation hardware +with a sufficient glibc, which should include the last several releases of +Raspbian Linux. 32-bit CPU builds are not being done at this time. + We want to support Windows native and after that every platform; yes even your NAS and IoT devices. We’re going to get the above sorted first though.