mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
* building libzkgroup.so every time when building the docker image takes really long and is quite hacky (due to a bug in docker/buildx: see https://github.com/docker/buildx/issues/395).
HOWTO BUILD
cross is used for cross compiling zkgroup.
- download new release from
https://github.com/signalapp/zkgroup/releases - unzip + change into directory
- run
cross build --target x86_64-unknown-linux-gnu --releaseruncross build --target armv7-unknown-linux-gnueabihf --releaseruncross build --target aarch64-unknown-linux-gnu --releaseto build the library forx86-64,armv7andarm64 - the built library will be in the
target/<architecture>/releasefolder