(11-07-2022, 01:43 PM)Fish Wrote: (01-17-2022, 01:49 AM)vusra Wrote: Has anyone got briar-desktop running on mobian? https://code.briarproject.org/briar/briar-desktop
https://briarproject.org/how-it-works/ Briar is a decentralized peer to peer messenger. Please share your arm64 build instructions.
I tried it (building myself, with java and flatpak), but did not succeed. I use Jami for now, the flatpak works fine.
Maybe I can help you. How did it fail? Was a library missing from the classpath? Did javac succeed in compiling? Which version of OpenJDK did you use?
Those build instructions should work:
https://code.briarproject.org/briar/bria...nd-running
If you just want to run it without building it, use the following command lines:
Code:
sudo apt install openjdk-17-jre
wget https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop.jar?job=b_jar
java -jar 'briar-desktop.jar?job=b_jar'
N.B: It doesn't work yet, libskiko is missing, it's a dependency of the Compose UI framework used in Briar Desktop:
Quote:Cannot find libskiko-linux-arm64.so.sha256, proper native dependency missing
Actually, libskiko-linux-arm64.so.sha256 and libskiko-linux-arm64.so are missing from the JAR. It's a
known bug. You can find the missing files
here in the latest release of skiko, look for skiko-awt-runtime-linux-arm64.jar. Adding the missing files into the nightly build is enough to make it work.