summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index a76db172a5..239b7be2b4 100644
--- a/README.md
+++ b/README.md
@@ -6,21 +6,23 @@ build for arm CPUs.
## Build instructions
+Note: You might need an old system like Debian buster to build.
+It might also be necessary to install 32-bit versions of some libraries:
+
+ dpkg --add-architecture i386
+ apt update
+ apt install libc6:i386 libncurses5:i386 libstdc++6:i386
+
Run
```
-./android-node-v8/taler-android-build/build-android-v8 $NDK $ARCH
-./andiroid-node-v8/taler-android-build/build-android-node $NDK $ARCH
+./taler-android-build/arm $NDK
+./taler-android-build/arm64 $NDK
+./taler-android-build/x86 $NDK
+./taler-android-build/x64 $NDK
```
where `$NDK` is the path to the ndk-bundle in the Android SDK.
-where `$ARCH` is the the architecture of the supported devices:
-
- * arm
- * x86
- * x86_64
-
-
-This scripts are tested with NDK=19.2.5345600 and ARCH=arm version:
+These scripts are tested with arm and NDK version 19.2.5345600.