Browse Source

Merge branch 'master' of github.com:wipedlifepotato/i2pd-android

pull/58/head
startyourday60 1 year ago
parent
commit
c5b84f4e42
  1. 4
      README.md

4
README.md

@ -35,7 +35,7 @@ cd /tmp/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;31.0.0" "cmake;3.18.1" "ndk;22.1.7171670" ./cmdline-tools/bin/sdkmanager --sdk_root=/opt/android-sdk "build-tools;31.0.0" "cmake;3.18.1" "ndk;21.4.7075529"
``` ```
### Clone repository with submodules ### Clone repository with submodules
@ -48,7 +48,7 @@ git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git
```bash ```bash
export ANDROID_SDK_ROOT=/opt/android-sdk export ANDROID_SDK_ROOT=/opt/android-sdk
export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/22.1.7171670 export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/21.4.7075529
pushd app/jni pushd app/jni
./build_boost.sh ./build_boost.sh

Loading…
Cancel
Save