Skip to content

Commit 1ea29dd

Browse files
committed
Update README
1 parent f9655cd commit 1ea29dd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# aria2-android
2-
[![Build Status](https://travis-ci.com/devgianlu/aria2-android.svg?branch=master)](https://travis-ci.com/devgianlu/aria2-android)
2+
3+
[![Build aria2](https://github.com/devgianlu/aria2-android/actions/workflows/build.yml/badge.svg)](https://github.com/devgianlu/aria2-android/actions/workflows/build.yml)
34

45
All you need to cross-compile [aria2](https://github.com/aria2/aria2) for Android.
56

67
## Build
78

8-
Clone the repository with submodules (`--recurse-submodules`), install the Android NDK r20, set the `ANDROID_NDK_HOME` env variable and run `./build_all.sh`.
9+
Clone the repository with submodules (`--recurse-submodules`), install the Android NDK r23, set the `ANDROID_NDK_HOME`
10+
env variable and run `./build_all.sh`.
911

10-
This will compile aria2 for `armeavi-v7a`, `arm64-v8a`, `x86` and `x86_64`. The binaries can be found inside the `bin` folder.
12+
This will compile aria2 for `armeavi-v7a`, `arm64-v8a`, `x86` and `x86_64`. The binaries can be found inside the `bin`
13+
folder.

0 commit comments

Comments
 (0)