Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
exquo committed Mar 23, 2023
1 parent 031fb36 commit d8e973f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

Expand Down

0 comments on commit d8e973f

Please sign in to comment.