1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-03-11 13:01:07 +00:00

readme: cmake 3.18.1

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-02-08 19:31:06 +00:00
parent 0191d6a228
commit 245a8c09b2
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -34,7 +34,7 @@ cd /opt/android-sdk
wget https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip wget https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip
unzip commandlinetools-linux-8092744_latest.zip unzip commandlinetools-linux-8092744_latest.zip
# install required tools # install required tools
./cmdline-tools/bin/sdkmanager --sdk_root=/opt/android-sdk "build-tools;29.0.3" "cmake;3.10.2.4988404" "ndk;23.1.7779620" ./cmdline-tools/bin/sdkmanager --sdk_root=/opt/android-sdk "build-tools;29.0.3" "cmake;3.18.1" "ndk;23.1.7779620"
``` ```
### Clone repository with submodules ### Clone repository with submodules