build: android: update build deps in doc
clear-xmr committed
Apr 1, 2022 at 11:13 UTC
a63042591b2c9fa276fcdfe67512011e5bfad591
1 file changed
+5
-1
howto-build-android.md
+5
-1
@@ -19,6 +19,8 @@ These steps will help you configure and execute a build of CakeWallet from its s
19
20
CakeWallet cannot be built without the following packages installed on your build system.
21
22
+- curl
23
+
24
- unzip
25
26
- automake
@@ -41,9 +43,11 @@ CakeWallet cannot be built without the following packages installed on your buil
43
44
- openjdk-8-jre-headless
45
46
+- clang
47
+
48
You may easily install them on your build system with the following command:
49
46
-`$ sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless`
50
+`$ sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless clang`
51
52
### 2. Installing Android Studio and Android toolchain
53