mirror of
https://github.com/monero-project/monero.git
synced 2025-09-19 10:24:38 -04:00
Remove obsolete android dockerfiles
This commit is contained in:
parent
9c18f2767b
commit
30c15a6ca8
3 changed files with 0 additions and 281 deletions
13
README.md
13
README.md
|
@ -508,19 +508,6 @@ cd ../..
|
|||
|
||||
Then you can run make as usual.
|
||||
|
||||
### On Linux for Android (using docker):
|
||||
|
||||
```bash
|
||||
# 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:/src/build/release/bin .
|
||||
```
|
||||
|
||||
### Building portable statically linked binaries
|
||||
|
||||
By default, in either dynamically or statically linked builds, binaries target the specific host processor on which the build happens and are not portable to other processors. Portable binaries can be built using the following targets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue