mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Utils: Add Dockerfile for android 64-bit build
This commit is contained in:
parent
e19652df51
commit
02c2b43a72
4 changed files with 154 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue