aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGregory Lemercier <greglemercier@free.fr>2018-10-07 19:05:13 +0200
committerGregory Lemercier <g.lemercier@samsung.com>2018-10-09 15:58:18 +0200
commit02c2b43a72c941c7eac7d8f8a9ed4b61597a3fdf (patch)
tree025ef010db1c105fc56d1e267cb54cc042da1f9f /README.md
parentMerge pull request #4036 (diff)
downloadmonero-02c2b43a72c941c7eac7d8f8a9ed4b61597a3fdf.tar.xz
Utils: Add Dockerfile for android 64-bit build
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
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)