From 02c2b43a72c941c7eac7d8f8a9ed4b61597a3fdf Mon Sep 17 00:00:00 2001 From: Gregory Lemercier Date: Sun, 7 Oct 2018 19:05:13 +0200 Subject: Utils: Add Dockerfile for android 64-bit build --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bce41f5cf..ab33b10dd 100644 --- a/README.md +++ b/README.md @@ -472,12 +472,14 @@ Then you can run make as usual. ### On Linux for Android (using docker): - # Build image + # Build image (for ARM 32-bit) docker build -f utils/build_scripts/android32.Dockerfile -t monero-android . + # Build image (for ARM 64-bit) + docker build -f utils/build_scripts/android64.Dockerfile -t monero-android . # Create container docker create -it --name monero-android monero-android bash # Get binaries - docker cp monero-android:/opt/android/monero/build/release/bin . + docker cp monero-android:/src/build/release/bin . ### Building portable statically linked binaries (Cross Compiling) -- cgit v1.2.3