fix contributor install instructions

pull/19/head
Niko PLP 3 months ago
parent 577b0b5c24
commit 2324182758
  1. 6
      ng-app/README.md

@ -55,10 +55,10 @@ cd dist-web ; python3 -m http.server
## Desktop ## 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 : 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 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) 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)

Loading…
Cancel
Save