From 0601a771fc7c239527ab56fb4f74e3fc01aeddac Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 14 Feb 2021 21:58:42 +0100 Subject: [PATCH] fixed formatting in README.md --- ext/libraries/zkgroup/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libraries/zkgroup/README.md b/ext/libraries/zkgroup/README.md index 69d9c59..939a512 100644 --- a/ext/libraries/zkgroup/README.md +++ b/ext/libraries/zkgroup/README.md @@ -5,7 +5,9 @@ * download new release from `https://github.com/signalapp/zkgroup/releases` * unzip + change into directory * run `cross build --target x86_64-unknown-linux-gnu --release` + run `cross build --target armv7-unknown-linux-gnueabihf --release` + run `cross build --target aarch64-unknown-linux-gnu --release` to build the library for `x86-64`, `armv7` and `arm64` * the built library will be in the `target//release` folder