From d619ea475daac5634cc807f7b539b8aab508532b Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Fri, 3 May 2024 15:55:54 +0200 Subject: [PATCH] Doc how to test the release of native libs locally Signed-off-by: Fabio Di Fabio --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b83fc12..6afe4a80 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Linux/MacOs Windows * Requirement [Docker Desktop WSL 2 backend on Windows](https://docs.docker.com/desktop/wsl/) +On release native libs are build for all the supported platforms, +if you want to test this process locally run `./gradlew -PreleaseNativeLibs jar`, +jar is generated in `arithmetization/build/libs`. + ### Install Rust ```