mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
Update building.md
additional android specific dependencies fixes
This commit is contained in:
parent
cee76a4f8c
commit
e784722c8b
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ rustup default 1.67.1
|
|||
Install the additional components for Rust:
|
||||
```
|
||||
cargo install cargo-ndk --version 2.12.7
|
||||
```
|
||||
Android specific dependencies:
|
||||
```
|
||||
sudo apt-get install libc6-dev-i386
|
||||
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
|
||||
```
|
||||
Linux desktop specific dependencies:
|
||||
|
|
Loading…
Reference in a new issue