update README build section

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/105/head
r4sas 2024-07-29 23:44:15 +00:00
parent 503f8a003e
commit ed54b2692b
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
1 changed files with 3 additions and 4 deletions

View File

@ -42,6 +42,7 @@ unzip commandlinetools-linux-8092744_latest.zip
```bash ```bash
git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git
cd i2pd-android
``` ```
### Compile application ### Compile application
@ -53,10 +54,8 @@ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
export ANDROID_HOME=/opt/android-sdk export ANDROID_HOME=/opt/android-sdk
export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/23.2.8568313 export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/23.2.8568313
pushd app/jni pushd binary/jni
./build_boost.sh ./build.sh -d
./build_openssl.sh
./build_miniupnpc.sh
popd popd
gradle clean assembleDebug gradle clean assembleDebug