From ed54b2692b40ba4ffdc0d929f317e099fe4ba9a6 Mon Sep 17 00:00:00 2001 From: r4sas Date: Mon, 29 Jul 2024 23:44:15 +0000 Subject: [PATCH] update README build section Signed-off-by: r4sas --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1121a90..fdec169 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ unzip commandlinetools-linux-8092744_latest.zip ```bash git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git +cd i2pd-android ``` ### Compile application @@ -53,10 +54,8 @@ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 export ANDROID_HOME=/opt/android-sdk export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/23.2.8568313 -pushd app/jni -./build_boost.sh -./build_openssl.sh -./build_miniupnpc.sh +pushd binary/jni +./build.sh -d popd gradle clean assembleDebug