diff --git a/Provide-native-lib-for-libsignal.md b/Provide-native-lib-for-libsignal.md index 0197f90..726be1c 100644 --- a/Provide-native-lib-for-libsignal.md +++ b/Provide-native-lib-for-libsignal.md @@ -2,7 +2,7 @@ Signal-cli depends on a [libsignal-client](https://github.com/signalapp/libsignal-client) library. It is a rust library and needs to be compiled for a specific processor architecture and operating system that it will be used on. -Signal-cli releases include the pre-compiled binaries for x86_64 Linux (with a recent enough version of `glibc`, see [#643](https://github.com/AsamK/signal-cli/issues/643)). For other platforms the library needs to be compiled from source. +Signal-cli releases include the pre-compiled binaries for x86_64 Linux (with a recent enough version of `glibc`, see [#643](https://github.com/AsamK/signal-cli/issues/643)), Windows and macOS. For other platforms the library needs to be compiled from source. ##### zkgroup @@ -11,14 +11,10 @@ Note: prior to libsignal-client `v0.10.0` (i.e. prior to and including signal-cl ## Pre-built -Pre-compiled versions of signal-cli for most popular platforms are available in +Builds for some i686 and ARM platforms are available in + https://github.com/exquo/signal-libs-build/ -It is planned to eventually include them in this repository's releases ([#677](https://github.com/AsamK/signal-cli/issues/677)). - -### Official -Starting with libsignal-client `v0.10.0` the Linux, MacOS and Windows builds of libsignal-client are available in the upstream [releases](https://github.com/signalapp/libsignal-client/releases/). - ## Manual build