mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-07 11:29:36 +00:00
build: android: update build deps in doc
This commit is contained in:
parent
2337ae557e
commit
a63042591b
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,8 @@ These steps will help you configure and execute a build of CakeWallet from its s
|
||||||
|
|
||||||
CakeWallet cannot be built without the following packages installed on your build system.
|
CakeWallet cannot be built without the following packages installed on your build system.
|
||||||
|
|
||||||
|
- curl
|
||||||
|
|
||||||
- unzip
|
- unzip
|
||||||
|
|
||||||
- automake
|
- automake
|
||||||
|
@ -41,9 +43,11 @@ CakeWallet cannot be built without the following packages installed on your buil
|
||||||
|
|
||||||
- openjdk-8-jre-headless
|
- openjdk-8-jre-headless
|
||||||
|
|
||||||
|
- clang
|
||||||
|
|
||||||
You may easily install them on your build system with the following command:
|
You may easily install them on your build system with the following command:
|
||||||
|
|
||||||
`$ sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless`
|
`$ sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless clang`
|
||||||
|
|
||||||
### 2. Installing Android Studio and Android toolchain
|
### 2. Installing Android Studio and Android toolchain
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue