From d8e973f5b84a5dd60d3fe5d0ce4c361b0289f86a Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:09:47 +0000 Subject: [PATCH] Edit README Reword: x86_64 Linux older glibc supported platforms. Remove additional platforms note: with the boringssl dependency, compiling for additional platforms is less likely to succeed. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index aa89e77..07315e8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This means that the resulting binaries can be used with confidence that they wer - `x86_64-linux-gnu` Most desktop linuxes. - Works with `glibc` v2.18 and newer, so that Ubuntu 18.04, Debain 10 and CentOS 7 are supported. (Upstream releases are built with a more recent `glibc` version. See [signal-cli#643](https://github.com/AsamK/signal-cli/issues/643)) + Debain 10 is supported (whereas the upstream releases are built on the latest Ubuntu and might require a newer `glibc` version; see [signal-cli#643](https://github.com/AsamK/signal-cli/issues/643)). - `x86_64-apple-darwin` MacOS, Intel 64 bit. - `x86_64-pc-windows` @@ -49,8 +49,6 @@ This means that the resulting binaries can be used with confidence that they wer Tip: on \*nix, use `uname -m` to get your device's architecture. -Suggestions for additional platforms are welcome - feel free to open an issue! - ### Historical notes