Skip to content

Commit

Permalink
update README build section
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed Jul 29, 2024
1 parent 503f8a0 commit ed54b26
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed54b26

Please sign in to comment.