From d5a18740f7ac3b05c22434131d6587360a0ead86 Mon Sep 17 00:00:00 2001 From: AsamK Date: Fri, 5 Mar 2021 17:34:35 +0100 Subject: [PATCH] Updated Provide native lib for libsignal (markdown) --- Provide-native-lib-for-libsignal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provide-native-lib-for-libsignal.md b/Provide-native-lib-for-libsignal.md index 6247d88..9554ef0 100644 --- a/Provide-native-lib-for-libsignal.md +++ b/Provide-native-lib-for-libsignal.md @@ -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. 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 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 (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. # libsignal-client ### Building libsignal-client yourself