glibc version requirement for linux

exquo 2021-06-17 11:24:35 +00:00
parent 5626959268
commit 721b5775d8

@ -1,7 +1,7 @@
The latest libsignal-service requires [libsignal-client](https://github.com/signalapp/libsignal-client), a native (rust) library, for the protocol implementation. Additionally for the new v2 groups libsignal-service requires [libzkgroup](https://github.com/signalapp/zkgroup), another native (rust) library. The latest libsignal-service requires [libsignal-client](https://github.com/signalapp/libsignal-client), a native (rust) library, for the protocol implementation. Additionally for the new v2 groups libsignal-service requires [libzkgroup](https://github.com/signalapp/zkgroup), another native (rust) library.
You need to use the library files that are compiled for your CPU architecture and operating system. You need to use the library files that are compiled for your CPU architecture and operating system.
Do note that signal-cli already comes pre-bundled with the linux (gnu libc) x86_64 version of zkgroup and libsignal-service, so if you are on that platform then you should be able to use signal-cli with no issues. Do note that signal-cli already comes pre-bundled with the linux (with a recent enough gnu libc, see [#643](https://github.com/AsamK/signal-cli/issues/643)) x86_64 version of zkgroup and libsignal-service, so if you are on that platform then you should be able to use signal-cli with no issues.
# libsignal-client # libsignal-client
### Building libsignal-client yourself ### Building libsignal-client yourself