From 2324182758b90a36dbcf9b66a56b5d89a0ee8b61 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 21 Jun 2024 00:20:59 +0300 Subject: [PATCH] fix contributor install instructions --- ng-app/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ng-app/README.md b/ng-app/README.md index ed626b2..5a320b3 100644 --- a/ng-app/README.md +++ b/ng-app/README.md @@ -55,10 +55,10 @@ cd dist-web ; python3 -m http.server ## Desktop ``` -cargo install tauri-cli --version "2.0.0-alpha.11" +cargo install tauri-cli --version "2.0.0-alpha.11" --locked ``` -Install [all prerequisites](https://next--tauri.netlify.app/next/guides/getting-started/prerequisites/) for your dev platform. +Install [all prerequisites](https://v2.tauri.app/start/prerequisites/) for your dev platform. to run the dev env : @@ -103,7 +103,7 @@ cargo tauri build --target x86_64-pc-windows-msvc rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android ``` -- follow the steps for Android in the [Prerequisites guide of Tauri](https://next--tauri.netlify.app/next/guides/getting-started/prerequisites/) +- follow the steps for Android in the [Prerequisites guide of Tauri](https://v2.tauri.app/start/prerequisites/#configure-for-mobile-targets) Until I find out how to do this properly, if you are compiling the android app from a macos station, you need to override an env var. this is due to reqwest needing SSL support, and on linux and android it compiles it from source. apparently the compiler (cc-rs) doesn't know that when cross compiling to android targets, the tool ranlib is called llvm-ranlib (and not [target]-ranlib)