mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-07 03:09:31 +00:00
parent
2dc510b6c6
commit
898763411a
1 changed files with 1 additions and 0 deletions
1
scripts/setup.sh
Normal file → Executable file
1
scripts/setup.sh
Normal file → Executable file
|
@ -42,6 +42,7 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho
|
|||
sudo apt install -y libc6-dev-i386
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source "$HOME/.cargo/env"
|
||||
cargo install cargo-ndk
|
||||
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
|
||||
|
||||
|
|
Loading…
Reference in a new issue