From da3cbe095bf760b2f3fba6321029547c500b098b Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 11 Apr 2025 14:21:32 +0200 Subject: [PATCH] libc version comment --- .../docs/pages/operators/binaries/pre-built-binaries.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/docs/pages/operators/binaries/pre-built-binaries.mdx b/documentation/docs/pages/operators/binaries/pre-built-binaries.mdx index e8cea401e3..aabdefcbee 100644 --- a/documentation/docs/pages/operators/binaries/pre-built-binaries.mdx +++ b/documentation/docs/pages/operators/binaries/pre-built-binaries.mdx @@ -5,7 +5,9 @@ import { MyTab } from 'components/generic-tabs.tsx'; # Pre-built Binaries -This page is for operators who prefer to download ready made binaries. The [Github releases page](https://github.com/nymtech/nym/releases) has pre-built binaries which should work on Ubuntu 22.04 and other Debian-based systems, but at this stage cannot be guaranteed to work everywhere. +This page is for operators who prefer to download ready made binaries. The [Github releases page](https://github.com/nymtech/nym/releases) has pre-built binaries which work on **Ubuntu 22.04 and Debian 12 upwards**, but at this stage cannot be guaranteed to work everywhere. + +They should work on any distro with `libc` =< v2.32 and above. If the pre-built binaries don't work or are unavailable for your system, you will need to build the platform yourself.