Missing libzkgroup on v0.7.1 #393
-
Hi, Initially I tried to use https://github.com/AsamK/signal-cli/releases/download/v0.7.1/signal-cli-0.7.1.tar.gz Looking at bug report See also "Bug 252041 - net-im/signal-cli: Update to 0.7.1" I thought it would have been fixed in a newer version but no luck so far.... Using: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal |
Beta Was this translation helpful? Give feedback.
-
Thanks for that, In the end it was not that straight forward… So as FYI: below are the steps which worked for me, on a Raspberry Pi 3B with Raspbian GNU/Linux 10 (buster) Install required packages to be able to build signal-cli and dependent zklibrary[smarthome@1234 ~]$ mkdir -p /home/smarthome/_downloaded Install latest JAVA JDK (v11.0.9.1)[smarthome@1234 ~]$ sudo apt update Install latest version (v6.7.1) of Gradle(https://gradle.org/install/) [smarthome@1234 ~]$ sudo mkdir /opt/gradle Add gradle to the PATH: Check if all is ok by getting the version of Gradle:
|
Beta Was this translation helpful? Give feedback.
-
thank you for your work @DutchForeigner! i tried to do same on rpi 3 too but it crashes everytime i do the gradle buil... Does anyone know an alternative or a solution pls? |
Beta Was this translation helpful? Give feedback.
Thanks for that,
Hope you had a merry Christmas and wishing you a Happy New year/ Happy holiday season.
In the end it was not that straight forward…
So as FYI: below are the steps which worked for me, on a Raspberry Pi 3B with Raspbian GNU/Linux 10 (buster)
My main user is 'smarthome', replace it with 'pi' if that is still the main user.
Install required packages to be able to build signal-cli and dependent zklibrary
[smarthome@1234 ~]$ mkdir -p /home/smarthome/_downloaded
Install latest JAVA JDK (v11.0.9.1)
[smarthome@1234 ~]$ sudo apt update
[smarthome@1234 ~]$ sudo apt install default-jdk
[smarthome@1234 ~]$ java --version
Install latest version (v6.7.1) of Gradle
(https://gradle.org/i…