Merge pull request #320 from cake-tech/build_android_docs_deps

build: android: update build deps in doc
This commit is contained in:
mkyq 2022-04-12 16:44:15 +01:00 committed by GitHub
commit 80973f403d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
- curl
- unzip
- automake
@ -41,9 +43,11 @@ CakeWallet cannot be built without the following packages installed on your buil
- openjdk-8-jre-headless
- clang
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