1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-02-03 02:14:24 +00:00

update README build section

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2024-07-29 23:44:15 +00:00
parent 503f8a003e
commit ed54b2692b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

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